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