declare const OrganizationProfile: import("svelte").Component<OrganizationProfileProps, {}, "">;
type OrganizationProfile = ReturnType<typeof OrganizationProfile>;
export default OrganizationProfile;
