import * as React from "react"; import { ControllerRenderProps } from "react-hook-form"; import { GeneralUseFormReturn, Nullable } from "../../../type"; import { SmartHint } from "../../../use-smart-hint"; export declare function onClickSmartHint({ path, form, inputRef, field, smartHint, setEnableSmartHints, smartHintEnabledPos, }: { path: string; form: GeneralUseFormReturn; inputRef: React.MutableRefObject>; field: ControllerRenderProps<{ [k: string]: any; }, string>; smartHint: SmartHint; setEnableSmartHints: React.Dispatch>; smartHintEnabledPos: Nullable; }): void; //# sourceMappingURL=onClickSmartHint.d.ts.map