import { FC } from 'react'; export type SubdomainFieldProps = { showDetails?: boolean; }; export declare const SubdomainField: FC;