import * as React from "react"; import { ControllerRenderProps } from "react-hook-form"; import { GeneralUseFormReturn, Nullable } from "../../../type"; import { SmartHint } from "../../../use-smart-hint"; export declare const SmartHintList: ({ form, field, smartHintsScrollAreaViewportRef, enableSmartHints, setEnableSmartHints, filteredHints, path, highlightedHintIndex, setHighlightedHintIndex, inputRef, smartHintEnabledPos, instillAcceptFormats, supportInstillCredit, instillCredential, }: { field: ControllerRenderProps<{ [k: string]: any; }, string>; form: GeneralUseFormReturn; smartHintsScrollAreaViewportRef: React.RefObject; enableSmartHints: boolean; setEnableSmartHints: React.Dispatch>; filteredHints: SmartHint[]; path: string; highlightedHintIndex: number; setHighlightedHintIndex: React.Dispatch>; inputRef: React.RefObject; smartHintEnabledPos: Nullable; instillAcceptFormats: string[]; supportInstillCredit?: boolean; instillCredential?: boolean; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SmartHintList.d.ts.map