import * as React from "react"; import { Nullable } from "../../../type"; import { SmartHint } from "../../../use-smart-hint"; import { SmartHintWarning } from "../../types"; export declare function useValidateReferenceAndTemplate({ hints, fieldValue, setSmartHintWarning, }: { hints: SmartHint[]; fieldValue: string; setSmartHintWarning: React.Dispatch>>; }): void; //# sourceMappingURL=useValidateReferenceAndTemplate.d.ts.map