import { OrgAdminAuthProps } from "./types.js"; import React from "react"; //#region src/components/authentication/admin/OrgAdminAuth/index.d.ts declare const OrgAdminAuth: React.FC; //#endregion export { OrgAdminAuth };