import { ControlOptions } from '../types'; export declare const useControl: (name: string, options?: ControlOptions) => any;