import { FC } from 'react'; import { FormTextBoxInterface } from './formTextbox.types'; export declare const FormTextbox: FC;