import type { PropType } from 'vue'; import type { OptionProps } from './Option'; import { filterOption as defaultFilterOption, validateSearch as defaultValidateSearch } from './util'; export declare const PlaceMent: ["top", "bottom"]; export type Direction = 'ltr' | 'rtl'; export declare const mentionsProps: { autofocus: { type: BooleanConstructor; default: any; }; prefix: any; prefixCls: StringConstructor; value: StringConstructor; disabled: { type: BooleanConstructor; default: any; }; split: StringConstructor; transitionName: StringConstructor; placement: any; character: any; characterRender: FunctionConstructor; filterOption: { type: PropType; }; validateSearch: FunctionConstructor; getPopupContainer: { type: PropType<() => HTMLElement>; }; options: { type: PropType; default: OptionProps[]; }; loading: { type: BooleanConstructor; default: any; }; rows: (NumberConstructor | StringConstructor)[]; direction: { type: PropType; }; }; export declare const vcMentionsProps: { dropdownClassName: StringConstructor; autofocus: { type: BooleanConstructor; default: any; }; prefix: any; prefixCls: StringConstructor; value: StringConstructor; disabled: { type: BooleanConstructor; default: any; }; split: StringConstructor; transitionName: StringConstructor; placement: any; character: any; characterRender: FunctionConstructor; filterOption: { type: PropType; }; validateSearch: FunctionConstructor; getPopupContainer: { type: PropType<() => HTMLElement>; }; options: { type: PropType; default: OptionProps[]; }; loading: { type: BooleanConstructor; default: any; }; rows: (NumberConstructor | StringConstructor)[]; direction: { type: PropType; }; }; export declare const defaultProps: { prefix: string; split: string; rows: number; validateSearch: typeof defaultValidateSearch; filterOption: any; }; declare const _default: { dropdownClassName: StringConstructor; autofocus: { type: BooleanConstructor; default: any; }; prefix: any; prefixCls: StringConstructor; value: StringConstructor; disabled: { type: BooleanConstructor; default: any; }; split: StringConstructor; transitionName: StringConstructor; placement: any; character: any; characterRender: FunctionConstructor; filterOption: { type: PropType; }; validateSearch: FunctionConstructor; getPopupContainer: { type: PropType<() => HTMLElement>; }; options: { type: PropType; default: OptionProps[]; }; loading: { type: BooleanConstructor; default: any; }; rows: (NumberConstructor | StringConstructor)[]; direction: { type: PropType; }; }; export default _default;