import { Variants } from '../Button/Button.vue'; import { ModalProps } from './Modal.vue'; type Props = { title?: string; content?: string; confirmText?: string; confirmVariant?: Variants; cancelText?: string; showCancel?: boolean; } & Partial; declare var __VLS_11: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_11) => any; }; declare const __VLS_base: import('vue').DefineComponent any; close: () => any; confirm: () => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onCancel?: (() => any) | undefined; onClose?: (() => any) | undefined; onConfirm?: (() => any) | undefined; }>, { size: import('../..').Sizes | "screen"; open: boolean; canDismiss: boolean; showCancel: boolean; confirmText: string; confirmVariant: Variants; cancelText: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };