type __VLS_Props = { /** 是否手风琴模式 */ accordion?: boolean; /** 箭头位置 */ arrowPlacement?: 'left' | 'right'; /** 面板头部, 水平对齐方式 */ headerJustify?: 'space-between' | 'flex-start'; /** 是否带有边框和背景 */ background?: boolean; /** 面板之间的间隔 */ gap?: string; /** 默认展开的面板 */ defaultExpandedNames?: (string | number)[]; /** 边框圆角 */ borderRadius?: string; modelValue?: (string | number)[]; /** 网格模式 */ grid?: boolean; }; declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { change: (...args: any[]) => void; "update:modelValue": (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { background: boolean; modelValue: (string | number)[]; grid: boolean; gap: string; accordion: boolean; arrowPlacement: "left" | "right"; headerJustify: "space-between" | "flex-start"; defaultExpandedNames: (string | number)[]; }, {}, {}, {}, 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; }; };