import type { DocumentModel } from '@webank/letgo-designer'; import type { HintPathType } from './types'; export declare function useHint(props: { hints?: Record; documentModel?: DocumentModel; }): { hintOptions: import("vue").ComputedRef; };