import React from 'react'; import { FormControlProps } from './types'; interface NormalObject { [key: string]: any; } export declare const useFormControlContext: () => NormalObject; export declare const useFormControl: (props: any) => any; declare const FormControl: React.ForwardRefExoticComponent & React.RefAttributes>; export { FormControl };