export * from './src/drawer'; export declare const CDrawer: import('../../../utils').SFCWithInstall; default: boolean; require: boolean; }; title: { type: StringConstructor; default: string; }; tips: { type: StringConstructor; default: string; }; size: { type: import("vue").PropType; default: string; }; showCancelButton: { type: import("vue").PropType; default: boolean; }; cancelText: { type: import("vue").PropType; default: string; }; confirmText: { type: import("vue").PropType; default: string; }; loading: { type: import("vue").PropType; default: boolean; }; needOperationBtn: { type: import("vue").PropType; default: boolean; }; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "confirm")[], "update:visible" | "confirm", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; default: boolean; require: boolean; }; title: { type: StringConstructor; default: string; }; tips: { type: StringConstructor; default: string; }; size: { type: import("vue").PropType; default: string; }; showCancelButton: { type: import("vue").PropType; default: boolean; }; cancelText: { type: import("vue").PropType; default: string; }; confirmText: { type: import("vue").PropType; default: string; }; loading: { type: import("vue").PropType; default: boolean; }; needOperationBtn: { type: import("vue").PropType; default: boolean; }; }>> & { "onUpdate:visible"?: ((...args: any[]) => any) | undefined; onConfirm?: ((...args: any[]) => any) | undefined; }, { size: import("./src/drawer").DrawerSize; visible: boolean; title: string; showCancelButton: boolean; cancelText: string; confirmText: string; loading: boolean; tips: string; needOperationBtn: boolean; }, {}>>; export default CDrawer;