import type { ControlOutterProps, FormControlProps } from '../types'; export declare const useWrapControl: (props: ControlOutterProps) => T & { onChange: (value: any) => void; };