/// import type { IFormControlComponentType } from './types'; export declare const createFormControl: ({ Root, Error, ErrorText, ErrorIcon, Label, LabelText, LabelAstrick, Helper, HelperText, }: { Root: import("react").ComponentType; Error: import("react").ComponentType; ErrorText: import("react").ComponentType; ErrorIcon: import("react").ComponentType; Label: import("react").ComponentType