import React from 'react'; import { OrgAdminAuthProps } from './types'; import './OrgAdminAuth.less'; export type { OrgAdminAuthProps } from './types'; declare const OrgAdminAuth: React.FC; export default OrgAdminAuth;