import React from 'react'; import { InputProps } from 'antd'; declare const SubdomainlWithMode: React.FC void; onBlur?: ((e: React.FocusEvent) => void) | undefined; rootDomain: 'xzero' | 'saas' | 'custom'; customDomain?: string | undefined; value?: string | undefined; tenantId: string; name?: string | undefined; fieldKey?: string | undefined; } & import("../../dataSourceForm/utils").WithModeProps>; export default SubdomainlWithMode;