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