declare var __VLS_8: {}, __VLS_20: {};
type __VLS_Slots = {} & {
    default?: (props: typeof __VLS_8) => any;
} & {
    menu?: (props: typeof __VLS_20) => any;
};
declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    modelValue: {
        type: BooleanConstructor;
        default: boolean;
    };
    prefix: {
        type: import("vue").PropType<Array<string | import("@matechat/common/Mention/common/mention-types").Trigger>>;
        default: () => never[];
    };
    fitHostWidth: {
        type: BooleanConstructor;
        default: boolean;
    };
    optionsCount: {
        type: NumberConstructor;
        default: number;
    };
    menuClass: {
        type: StringConstructor;
    };
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    modelValue: {
        type: BooleanConstructor;
        default: boolean;
    };
    prefix: {
        type: import("vue").PropType<Array<string | import("@matechat/common/Mention/common/mention-types").Trigger>>;
        default: () => never[];
    };
    fitHostWidth: {
        type: BooleanConstructor;
        default: boolean;
    };
    optionsCount: {
        type: NumberConstructor;
        default: number;
    };
    menuClass: {
        type: StringConstructor;
    };
}>> & Readonly<{}>, {
    prefix: (string | import("@matechat/common/Mention/common/mention-types").Trigger)[];
    modelValue: boolean;
    fitHostWidth: boolean;
    optionsCount: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
declare const _default: typeof __VLS_export;
export default _default;
type __VLS_WithSlots<T, S> = T & {
    new (): {
        $slots: S;
    };
};
