import type { XyMentionOption, XyMentionsExpose, XyMentionsProps } from "./types"; declare var __VLS_20: { index: number; option: XyMentionOption; prefix: string; selected: boolean; }; type __VLS_Slots = {} & { option?: (props: typeof __VLS_20) => any; }; declare const __VLS_base: import("vue").DefineComponent any; select: (option: XyMentionOption, prefix: string) => any; clear: () => any; blur: (event: FocusEvent) => any; change: (value: string) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: string) => any; "open-change": (open: boolean) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onSearch?: ((text: string, prefix: string) => any) | undefined; onSelect?: ((option: XyMentionOption, prefix: string) => any) | undefined; onClear?: (() => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((value: string) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; "onOpen-change"?: ((open: boolean) => any) | undefined; }>, { split: string; resize: import("../index.ts").XyTextareaResize; options: XyMentionOption[]; variant: import("../core").XyControlVariant; loading: boolean; placement: import("../core").XyOverlayPlacement; prefix: string | string[]; allowClear: boolean; modelValue: string; showCount: boolean; autoSize: boolean | import("../index.ts").XyInputAutoSize; rows: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };