declare const _default: import('vue').DefineComponent<{ readonly data: { readonly type: ArrayConstructor; readonly values: import('./main').DropdownData[]; }; readonly trigger: { readonly type: StringConstructor; readonly values: "click" | "hover"; readonly default: "click"; }; readonly groupType: { readonly type: import('vue').PropType; readonly default: ""; }; readonly disabled: BooleanConstructor; readonly group: BooleanConstructor; readonly appendToBody: { readonly type: BooleanConstructor; readonly default: true; }; readonly hideOnClick: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxHeight: { readonly type: NumberConstructor; readonly default: 0; }; }, { state: { status: boolean; card: any; popperInstance: any; reference: any; }; dropdown: import('vue').Ref; dropdownBtn: import('vue').Ref; dropdownCard: import('vue').Ref; dropdownData: any; handleFocus: (event: any) => void; handleBlur: (event: any) => void; handleClick: (event: any) => void; handleDropdownClick: (event: any, item: any) => void; handleDropdownCommand: (item: any) => void; handleMouseenter: (event: any) => void; handleMouseleave: (event: any) => void; handleToggle: (action?: String) => void; }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; readonly default: ""; }; readonly disabled: BooleanConstructor; readonly group: BooleanConstructor; readonly appendToBody: { readonly type: BooleanConstructor; readonly default: true; }; readonly hideOnClick: { readonly type: BooleanConstructor; readonly default: true; }; readonly maxHeight: { readonly type: NumberConstructor; readonly default: 0; }; }>>, { readonly disabled: boolean; readonly trigger: string; readonly groupType: import('../../button').ButtonType; readonly group: boolean; readonly appendToBody: boolean; readonly hideOnClick: boolean; readonly maxHeight: number; }, {}>; export default _default;