export function CreateOrganization({ showCreateOrg, setShowCreateOrg }: { showCreateOrg: any; setShowCreateOrg: any; }): import("react/jsx-runtime").JSX.Element;