import { FieldError } from "react-hook-form"; import { Nullable } from "../../../type"; import { SmartHint } from "../../../use-smart-hint"; import { SmartHintWarning } from "../../types"; export declare const SmartHintInfoCard: ({ className, error, smartHintWarning, highlightedHint, enableSmartHints, }: { className?: string; error?: FieldError; smartHintWarning: Nullable; highlightedHint: Nullable; enableSmartHints: boolean; }) => import("react/jsx-runtime").JSX.Element | undefined; //# sourceMappingURL=SmartHintInfoCard.d.ts.map