import type { CreateOrganizationProps } from '@clerk/types';
declare const CreateOrganization: import("svelte").Component<CreateOrganizationProps, {}, "">;
type CreateOrganization = ReturnType<typeof CreateOrganization>;
export default CreateOrganization;
