import { ControllerRenderProps } from "react-hook-form"; import { FormControlsProps } from "../control/types"; export declare function chooseValueKeyboard(properties: Omit, "rules" | "title"> & { id: string; } & ControllerRenderProps, value: string | number): string | number;