import type { MentionProps, MentionOption } from './mention'; declare var __VLS_1: {}, __VLS_7: {}, __VLS_21: {}, __VLS_23: {}, __VLS_25: { option: any; keyword: any; }; type __VLS_Slots = {} & { prefix?: (props: typeof __VLS_1) => any; } & { suffix?: (props: typeof __VLS_7) => any; } & { loading?: (props: typeof __VLS_21) => any; } & { empty?: (props: typeof __VLS_23) => any; } & { option?: (props: typeof __VLS_25) => any; }; declare const __VLS_component: import("vue").DefineComponent void; blur: () => void; clear: () => void; insertMention: (option: MentionOption, trigger /** * YhMention - 提及组件 * @description 在输入中通过触发符号(@、#等)选择提及对象,支持 input/textarea 双模式 */ ?: string) => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { clear: () => any; search: (keyword: string, trigger: string) => any; close: () => any; focus: (event: FocusEvent) => any; open: () => any; blur: (event: FocusEvent) => any; change: (value: string) => any; input: (value: string) => any; keydown: (event: KeyboardEvent) => any; select: (option: MentionOption, trigger: string) => any; "update:modelValue": (value: string) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClear?: (() => any) | undefined; onSearch?: ((keyword: string, trigger: string) => any) | undefined; onClose?: (() => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; onOpen?: (() => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: string) => any) | undefined; onInput?: ((value: string) => any) | undefined; onKeydown?: ((event: KeyboardEvent) => any) | undefined; onSelect?: ((option: MentionOption, trigger: string) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { disabled: boolean; size: import("./mention").MentionSize; split: string; type: "input" | "textarea"; loading: boolean; placement: import("./mention").MentionPlacement; popperClass: string; teleported: boolean; triggers: string[]; options: MentionOption[]; maxCount: number; autofocus: boolean; modelValue: string; readonly: boolean; clearable: boolean; showWordLimit: boolean; filterOption: ((keyword: string, option: MentionOption) => boolean) | false; loadingText: string; noDataText: string; wholeWord: boolean; rows: number; debounce: number; validateEvent: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };