import { DialogProps, DialogType } from './types'; declare const __VLS_export: import('vue').DefineComponent any; "update:visible": (visible: boolean) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClose?: (() => any) | undefined; "onUpdate:visible"?: ((visible: boolean) => any) | undefined; }>, { type: DialogType; title: string; description: string; visible: boolean; confirmType: import('../button').ButtonType; showCancel: boolean; confirmText: string; cancelText: string; onConfirm: () => void; onCancel: () => void; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;