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