import type { ControllerProps, FieldValues } from 'react-hook-form'; import type { NumberInput2Props } from './NumberInput2.js'; interface NumberInput2ControllerProps extends Omit, Pick, 'control' | 'name'> { controllerProps?: Omit, 'control' | 'name' | 'render'>; noShadowBox?: boolean; transformValue?: (value: number) => number; } export declare function NumberInput2Controller(props: NumberInput2ControllerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=NumberInput2Controller.d.ts.map