export declare const FormControlRoot: import("@emotion/styled").StyledComponent & import("../types/slot").SlotCommonProps & { children?: React.ReactNode; disabled?: boolean; error?: boolean; required?: boolean; size?: "small" | "medium" | "large"; fullWidth?: boolean; defaultValue?: unknown; value?: unknown; onChange?: React.ChangeEventHandler; } & import("./FormControl.types").FormControlSlotsAndSlotProps & Omit, HTMLDivElement>, "ref"> & { ref?: React.Ref; }, "size" | "error" | "disabled" | "value" | "defaultValue" | "children" | "onChange" | "fullWidth" | keyof import("../types/slot").SlotCommonProps | "required" | keyof import("./FormControl.types").FormControlSlotsAndSlotProps>, React.DetailedHTMLProps, HTMLDivElement>, {}>;