import React from "react"; import { FormControlOptions, FormControlProps } from "../types"; export declare function useId(id?: string): any; export declare function useValue(props: FormControlProps, options: FormControlOptions): [T, React.Dispatch>]; export declare function useError(): [ React.ReactNode, (error: React.ReactNode) => void ]; export declare function useChecked(props: any): readonly [any, any]; //# sourceMappingURL=form-hooks.d.ts.map