import type { PropType } from 'vue'; declare const EXPAND_ICON_POSITIONS: readonly ["left", "right"]; type ExpandIconPositions = (typeof EXPAND_ICON_POSITIONS)[number]; declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: undefined; }; defaultActiveKey: { type: PropType<(string | number)[]>; default: () => never[]; }; accordion: { type: BooleanConstructor; default: boolean; }; showExpandIcon: { type: BooleanConstructor; default: undefined; }; expandIconPosition: { type: PropType; default: string; }; bordered: { type: BooleanConstructor; default: boolean; }; destroyOnHide: { type: BooleanConstructor; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (_activeKey: (string | number)[], _ev: Event) => any; "update:activeKey": (_activeKey: (string | number)[]) => any; }, string, import("vue").PublicProps, Readonly; default: undefined; }; defaultActiveKey: { type: PropType<(string | number)[]>; default: () => never[]; }; accordion: { type: BooleanConstructor; default: boolean; }; showExpandIcon: { type: BooleanConstructor; default: undefined; }; expandIconPosition: { type: PropType; default: string; }; bordered: { type: BooleanConstructor; default: boolean; }; destroyOnHide: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onChange?: ((_activeKey: (string | number)[], _ev: Event) => any) | undefined; "onUpdate:activeKey"?: ((_activeKey: (string | number)[]) => any) | undefined; }>, { bordered: boolean; activeKey: (string | number)[]; showExpandIcon: boolean; destroyOnHide: boolean; defaultActiveKey: (string | number)[]; accordion: boolean; expandIconPosition: "left" | "right"; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };