import { TdDrawerProps } from './type'; import { PropType } from 'vue'; declare const _default: { attach: { type: PropType; }; body: { type: PropType; }; cancelBtn: { type: PropType; }; closeBtn: { type: PropType; }; closeOnEscKeydown: { type: BooleanConstructor; default: any; }; closeOnOverlayClick: { type: BooleanConstructor; default: any; }; confirmBtn: { type: PropType; }; default: { type: PropType; }; destroyOnClose: BooleanConstructor; drawerClassName: { type: StringConstructor; default: string; }; footer: { type: PropType; default: TdDrawerProps["footer"]; }; header: { type: PropType; default: TdDrawerProps["header"]; }; lazy: BooleanConstructor; mode: { type: PropType; default: TdDrawerProps["mode"]; validator(val: TdDrawerProps["mode"]): boolean; }; placement: { type: PropType; default: TdDrawerProps["placement"]; validator(val: TdDrawerProps["placement"]): boolean; }; preventScrollThrough: { type: BooleanConstructor; default: boolean; }; showInAttachedElement: BooleanConstructor; showOverlay: { type: BooleanConstructor; default: boolean; }; size: { type: StringConstructor; default: any; }; sizeDraggable: { type: PropType; default: TdDrawerProps["sizeDraggable"]; }; visible: BooleanConstructor; zIndex: { type: NumberConstructor; }; onBeforeClose: PropType; onBeforeOpen: PropType; onCancel: PropType; onClose: PropType; onCloseBtnClick: PropType; onConfirm: PropType; onEscKeydown: PropType; onOverlayClick: PropType; onSizeDragEnd: PropType; }; export default _default;