export interface AccordionProps { open?: boolean; label?: string; card?: boolean; unstyled?: boolean; } declare function open(): void; declare function close(): void; declare function toggle(): void; declare var __VLS_1: { open: typeof open; close: typeof close; toggle: typeof toggle; isOpen: boolean; }, __VLS_3: {}, __VLS_10: {}; type __VLS_Slots = {} & { trigger?: (props: typeof __VLS_1) => any; } & { header?: (props: typeof __VLS_3) => any; } & { default?: (props: typeof __VLS_10) => any; }; declare const __VLS_base: import('vue').DefineComponent; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { close: () => any; open: () => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClose?: (() => any) | undefined; onOpen?: (() => any) | undefined; }>, {}, {}, {}, {}, 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; }; };