import type { App, Plugin } from 'vue'; export declare const CollapsePanel: import("vue").DefineComponent<{ openAnimation: any; prefixCls: StringConstructor; header: any; headerClass: StringConstructor; showArrow: { type: BooleanConstructor; default: boolean; }; isActive: { type: BooleanConstructor; default: boolean; }; destroyInactivePanel: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; accordion: { type: BooleanConstructor; default: boolean; }; forceRender: { type: BooleanConstructor; default: boolean; }; expandIcon: { type: import("vue").PropType<(panelProps: import("./src/interface").PanelProps) => any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; extra: any; panelKey: { type: import("vue").PropType; default: string | number; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; role: StringConstructor; onItemClick: { type: import("vue").PropType<(panelKey: import("@antdv/ui/es/ui").Key) => void>; default: (panelKey: import("@antdv/ui/es/ui").Key) => void; }; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; extra: any; panelKey: { type: import("vue").PropType; default: string | number; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; role: StringConstructor; onItemClick: { type: import("vue").PropType<(panelKey: import("@antdv/ui/es/ui").Key) => void>; default: (panelKey: import("@antdv/ui/es/ui").Key) => void; }; }>>, { header: any; disabled: boolean; forceRender: boolean; expandIcon: (panelProps: import("./src/interface").PanelProps) => any; showArrow: boolean; openAnimation: any; onItemClick: (panelKey: import("@antdv/ui/es/ui").Key) => void; extra: any; accordion: boolean; destroyInactivePanel: boolean; collapsible: import("./src/interface").CollapsibleType; isActive: boolean; panelKey: string | number; }, import("@antdv/ui/es/ui").CustomSlotsType<{ expandIcon?: any; extra?: any; header?: any; default?: any; }>>; export declare const Collapse: { new (...args: any[]): import("vue").CreateComponentPublicInstance; default: import("./src/interface").ActiveKeyType; }; defaultActiveKey: { type: import("vue").PropType; default: import("./src/interface").ActiveKeyType; }; accordion: { type: BooleanConstructor; default: boolean; }; destroyInactivePanel: { type: BooleanConstructor; default: boolean; }; bordered: { type: BooleanConstructor; default: boolean; }; expandIcon: { type: import("vue").PropType<(panelProps: import("./src/interface").PanelProps) => any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; openAnimation: any; expandIconPosition: { type: import("vue").PropType<"end" | "start">; default: "end" | "start"; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; ghost: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; 'onUpdate:activeKey': { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; }>>, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly; default: import("./src/interface").ActiveKeyType; }; defaultActiveKey: { type: import("vue").PropType; default: import("./src/interface").ActiveKeyType; }; accordion: { type: BooleanConstructor; default: boolean; }; destroyInactivePanel: { type: BooleanConstructor; default: boolean; }; bordered: { type: BooleanConstructor; default: boolean; }; expandIcon: { type: import("vue").PropType<(panelProps: import("./src/interface").PanelProps) => any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; openAnimation: any; expandIconPosition: { type: import("vue").PropType<"end" | "start">; default: "end" | "start"; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; ghost: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; 'onUpdate:activeKey': { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; }>>, { onChange: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; expandIcon: (panelProps: import("./src/interface").PanelProps) => any; bordered: boolean; activeKey: import("./src/interface").ActiveKeyType; openAnimation: any; 'onUpdate:activeKey': (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; ghost: boolean; defaultActiveKey: import("./src/interface").ActiveKeyType; accordion: boolean; destroyInactivePanel: boolean; expandIconPosition: "end" | "start"; collapsible: import("./src/interface").CollapsibleType; }, true, {}, import("@antdv/ui/es/ui").CustomSlotsType<{ default?: any; expandIcon?: Partial any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; extra: any; panelKey: { type: import("vue").PropType; default: string | number; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; role: StringConstructor; onItemClick: { type: import("vue").PropType<(panelKey: import("@antdv/ui/es/ui").Key) => void>; default: (panelKey: import("@antdv/ui/es/ui").Key) => void; }; }>>; }>, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: import("./src/interface").ActiveKeyType; }; defaultActiveKey: { type: import("vue").PropType; default: import("./src/interface").ActiveKeyType; }; accordion: { type: BooleanConstructor; default: boolean; }; destroyInactivePanel: { type: BooleanConstructor; default: boolean; }; bordered: { type: BooleanConstructor; default: boolean; }; expandIcon: { type: import("vue").PropType<(panelProps: import("./src/interface").PanelProps) => any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; openAnimation: any; expandIconPosition: { type: import("vue").PropType<"end" | "start">; default: "end" | "start"; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; ghost: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; 'onUpdate:activeKey': { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; }>>, () => import("@antdv/ui/es/ui").VueNode, {}, {}, {}, { onChange: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; expandIcon: (panelProps: import("./src/interface").PanelProps) => any; bordered: boolean; activeKey: import("./src/interface").ActiveKeyType; openAnimation: any; 'onUpdate:activeKey': (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; ghost: boolean; defaultActiveKey: import("./src/interface").ActiveKeyType; accordion: boolean; destroyInactivePanel: boolean; expandIconPosition: "end" | "start"; collapsible: import("./src/interface").CollapsibleType; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; default: import("./src/interface").ActiveKeyType; }; defaultActiveKey: { type: import("vue").PropType; default: import("./src/interface").ActiveKeyType; }; accordion: { type: BooleanConstructor; default: boolean; }; destroyInactivePanel: { type: BooleanConstructor; default: boolean; }; bordered: { type: BooleanConstructor; default: boolean; }; expandIcon: { type: import("vue").PropType<(panelProps: import("./src/interface").PanelProps) => any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; openAnimation: any; expandIconPosition: { type: import("vue").PropType<"end" | "start">; default: "end" | "start"; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; ghost: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; 'onUpdate:activeKey': { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; }>>, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { onChange: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; expandIcon: (panelProps: import("./src/interface").PanelProps) => any; bordered: boolean; activeKey: import("./src/interface").ActiveKeyType; openAnimation: any; 'onUpdate:activeKey': (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; ghost: boolean; defaultActiveKey: import("./src/interface").ActiveKeyType; accordion: boolean; destroyInactivePanel: boolean; expandIconPosition: "end" | "start"; collapsible: import("./src/interface").CollapsibleType; }, {}, string, import("@antdv/ui/es/ui").CustomSlotsType<{ default?: any; expandIcon?: Partial any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; extra: any; panelKey: { type: import("vue").PropType; default: string | number; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; role: StringConstructor; onItemClick: { type: import("vue").PropType<(panelKey: import("@antdv/ui/es/ui").Key) => void>; default: (panelKey: import("@antdv/ui/es/ui").Key) => void; }; }>>; }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { Panel: import("vue").DefineComponent<{ openAnimation: any; prefixCls: StringConstructor; header: any; headerClass: StringConstructor; showArrow: { type: BooleanConstructor; default: boolean; }; isActive: { type: BooleanConstructor; default: boolean; }; destroyInactivePanel: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; accordion: { type: BooleanConstructor; default: boolean; }; forceRender: { type: BooleanConstructor; default: boolean; }; expandIcon: { type: import("vue").PropType<(panelProps: import("./src/interface").PanelProps) => any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; extra: any; panelKey: { type: import("vue").PropType; default: string | number; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; role: StringConstructor; onItemClick: { type: import("vue").PropType<(panelKey: import("@antdv/ui/es/ui").Key) => void>; default: (panelKey: import("@antdv/ui/es/ui").Key) => void; }; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; extra: any; panelKey: { type: import("vue").PropType; default: string | number; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; role: StringConstructor; onItemClick: { type: import("vue").PropType<(panelKey: import("@antdv/ui/es/ui").Key) => void>; default: (panelKey: import("@antdv/ui/es/ui").Key) => void; }; }>>, { header: any; disabled: boolean; forceRender: boolean; expandIcon: (panelProps: import("./src/interface").PanelProps) => any; showArrow: boolean; openAnimation: any; onItemClick: (panelKey: import("@antdv/ui/es/ui").Key) => void; extra: any; accordion: boolean; destroyInactivePanel: boolean; collapsible: import("./src/interface").CollapsibleType; isActive: boolean; panelKey: string | number; }, import("@antdv/ui/es/ui").CustomSlotsType<{ expandIcon?: any; extra?: any; header?: any; default?: any; }>>; install(app: App): App; }; declare const _default: { new (...args: any[]): import("vue").CreateComponentPublicInstance; default: import("./src/interface").ActiveKeyType; }; defaultActiveKey: { type: import("vue").PropType; default: import("./src/interface").ActiveKeyType; }; accordion: { type: BooleanConstructor; default: boolean; }; destroyInactivePanel: { type: BooleanConstructor; default: boolean; }; bordered: { type: BooleanConstructor; default: boolean; }; expandIcon: { type: import("vue").PropType<(panelProps: import("./src/interface").PanelProps) => any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; openAnimation: any; expandIconPosition: { type: import("vue").PropType<"end" | "start">; default: "end" | "start"; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; ghost: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; 'onUpdate:activeKey': { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; }>>, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly; default: import("./src/interface").ActiveKeyType; }; defaultActiveKey: { type: import("vue").PropType; default: import("./src/interface").ActiveKeyType; }; accordion: { type: BooleanConstructor; default: boolean; }; destroyInactivePanel: { type: BooleanConstructor; default: boolean; }; bordered: { type: BooleanConstructor; default: boolean; }; expandIcon: { type: import("vue").PropType<(panelProps: import("./src/interface").PanelProps) => any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; openAnimation: any; expandIconPosition: { type: import("vue").PropType<"end" | "start">; default: "end" | "start"; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; ghost: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; 'onUpdate:activeKey': { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; }>>, { onChange: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; expandIcon: (panelProps: import("./src/interface").PanelProps) => any; bordered: boolean; activeKey: import("./src/interface").ActiveKeyType; openAnimation: any; 'onUpdate:activeKey': (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; ghost: boolean; defaultActiveKey: import("./src/interface").ActiveKeyType; accordion: boolean; destroyInactivePanel: boolean; expandIconPosition: "end" | "start"; collapsible: import("./src/interface").CollapsibleType; }, true, {}, import("@antdv/ui/es/ui").CustomSlotsType<{ default?: any; expandIcon?: Partial any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; extra: any; panelKey: { type: import("vue").PropType; default: string | number; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; role: StringConstructor; onItemClick: { type: import("vue").PropType<(panelKey: import("@antdv/ui/es/ui").Key) => void>; default: (panelKey: import("@antdv/ui/es/ui").Key) => void; }; }>>; }>, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly; default: import("./src/interface").ActiveKeyType; }; defaultActiveKey: { type: import("vue").PropType; default: import("./src/interface").ActiveKeyType; }; accordion: { type: BooleanConstructor; default: boolean; }; destroyInactivePanel: { type: BooleanConstructor; default: boolean; }; bordered: { type: BooleanConstructor; default: boolean; }; expandIcon: { type: import("vue").PropType<(panelProps: import("./src/interface").PanelProps) => any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; openAnimation: any; expandIconPosition: { type: import("vue").PropType<"end" | "start">; default: "end" | "start"; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; ghost: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; 'onUpdate:activeKey': { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; }>>, () => import("@antdv/ui/es/ui").VueNode, {}, {}, {}, { onChange: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; expandIcon: (panelProps: import("./src/interface").PanelProps) => any; bordered: boolean; activeKey: import("./src/interface").ActiveKeyType; openAnimation: any; 'onUpdate:activeKey': (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; ghost: boolean; defaultActiveKey: import("./src/interface").ActiveKeyType; accordion: boolean; destroyInactivePanel: boolean; expandIconPosition: "end" | "start"; collapsible: import("./src/interface").CollapsibleType; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase; default: import("./src/interface").ActiveKeyType; }; defaultActiveKey: { type: import("vue").PropType; default: import("./src/interface").ActiveKeyType; }; accordion: { type: BooleanConstructor; default: boolean; }; destroyInactivePanel: { type: BooleanConstructor; default: boolean; }; bordered: { type: BooleanConstructor; default: boolean; }; expandIcon: { type: import("vue").PropType<(panelProps: import("./src/interface").PanelProps) => any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; openAnimation: any; expandIconPosition: { type: import("vue").PropType<"end" | "start">; default: "end" | "start"; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; ghost: { type: BooleanConstructor; default: boolean; }; onChange: { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; 'onUpdate:activeKey': { type: import("vue").PropType<(key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void>; default: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; }; }>>, () => import("@antdv/ui/es/ui").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, { onChange: (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; expandIcon: (panelProps: import("./src/interface").PanelProps) => any; bordered: boolean; activeKey: import("./src/interface").ActiveKeyType; openAnimation: any; 'onUpdate:activeKey': (key: import("@antdv/ui/es/ui").Key | import("@antdv/ui/es/ui").Key[]) => void; ghost: boolean; defaultActiveKey: import("./src/interface").ActiveKeyType; accordion: boolean; destroyInactivePanel: boolean; expandIconPosition: "end" | "start"; collapsible: import("./src/interface").CollapsibleType; }, {}, string, import("@antdv/ui/es/ui").CustomSlotsType<{ default?: any; expandIcon?: Partial any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; extra: any; panelKey: { type: import("vue").PropType; default: string | number; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; role: StringConstructor; onItemClick: { type: import("vue").PropType<(panelKey: import("@antdv/ui/es/ui").Key) => void>; default: (panelKey: import("@antdv/ui/es/ui").Key) => void; }; }>>; }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & { Panel: import("vue").DefineComponent<{ openAnimation: any; prefixCls: StringConstructor; header: any; headerClass: StringConstructor; showArrow: { type: BooleanConstructor; default: boolean; }; isActive: { type: BooleanConstructor; default: boolean; }; destroyInactivePanel: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; accordion: { type: BooleanConstructor; default: boolean; }; forceRender: { type: BooleanConstructor; default: boolean; }; expandIcon: { type: import("vue").PropType<(panelProps: import("./src/interface").PanelProps) => any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; extra: any; panelKey: { type: import("vue").PropType; default: string | number; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; role: StringConstructor; onItemClick: { type: import("vue").PropType<(panelKey: import("@antdv/ui/es/ui").Key) => void>; default: (panelKey: import("@antdv/ui/es/ui").Key) => void; }; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly any>; default: (panelProps: import("./src/interface").PanelProps) => any; }; extra: any; panelKey: { type: import("vue").PropType; default: string | number; }; collapsible: { type: import("vue").PropType; default: import("./src/interface").CollapsibleType; }; role: StringConstructor; onItemClick: { type: import("vue").PropType<(panelKey: import("@antdv/ui/es/ui").Key) => void>; default: (panelKey: import("@antdv/ui/es/ui").Key) => void; }; }>>, { header: any; disabled: boolean; forceRender: boolean; expandIcon: (panelProps: import("./src/interface").PanelProps) => any; showArrow: boolean; openAnimation: any; onItemClick: (panelKey: import("@antdv/ui/es/ui").Key) => void; extra: any; accordion: boolean; destroyInactivePanel: boolean; collapsible: import("./src/interface").CollapsibleType; isActive: boolean; panelKey: string | number; }, import("@antdv/ui/es/ui").CustomSlotsType<{ expandIcon?: any; extra?: any; header?: any; default?: any; }>>; install(app: App): App; } & Plugin & { readonly Panel: typeof CollapsePanel; }; export default _default; export * from './src/interface'; export * from './src/props';