import { TdDialogProps } from './type'; import { PropType } from 'vue'; declare const _default: { actions: { type: PropType; }; beforeClose: { type: PropType; }; buttonLayout: { type: PropType; default: TdDialogProps['buttonLayout']; validator(val: TdDialogProps['buttonLayout']): boolean; }; cancelBtn: { type: PropType; }; closeBtn: BooleanConstructor; closeOnOverlayClick: BooleanConstructor; confirmBtn: { type: PropType; }; content: { type: PropType; }; destroyOnClose: BooleanConstructor; middle: { type: PropType; }; overlayProps: { type: PropType; default: () => {}; }; preventScrollThrough: { type: BooleanConstructor; default: boolean; }; showOverlay: { type: BooleanConstructor; default: boolean; }; title: { type: PropType; }; top: { type: PropType; }; visible: BooleanConstructor; width: { type: PropType; }; zIndex: { type: NumberConstructor; }; onCancel: PropType; onClose: PropType; onClosed: PropType; onConfirm: PropType; onOverlayClick: PropType; }; export default _default;