export default function Form({ disabled }: {
disabled: any;
}): import("react/jsx-runtime").JSX.Element;