import { HTMLAttributes } from "react"; export declare const FormControl: import("react").ForwardRefExoticComponent & { children?: import("react").ReactNode; } & import("react").RefAttributes>;