import { FC } from 'react'; import { FormControlInputProps } from './types.js'; export declare type FormControlInputCopyProps = FormControlInputProps & { hidden?: boolean; }; export declare const FormControlInputCopy: FC;