import React from 'react'; import { SCOProps } from './types'; import './index.less'; declare const SaasCreateOrganization: (props: SCOProps) => React.JSX.Element; export default SaasCreateOrganization;