import { SCOProps } from "./types.js"; //#region src/plus/saasCreateOrganization/index.d.ts declare const SaasCreateOrganization: (props: SCOProps) => JSX.Element; //#endregion export { SaasCreateOrganization };