import { Reason } from '@/components/dialog/common/Reason'; import { ButtonColor } from '@/components/button/common/consts'; declare const _default: __VLS_WithTemplateSlots void) => void; showCloseButton?: boolean; showCancelButton?: boolean; showSaveButton?: boolean; showFooter?: boolean; saveButtonLabel?: string; saveButtonLoading?: boolean; saveButtonColor?: ButtonColor; cancelButtonLabel?: string; cancelButtonColor?: string; testId?: string; noPadding?: boolean; }>, { content: any; title: string; subtitle: string; size: string; appendToBody: boolean; showBackdrop: boolean; openDelay: number; closeDelay: number; closeOnClickOutside: boolean; showCloseButton: boolean; showCancelButton: boolean; showSaveButton: boolean; escapeToClose: boolean; beforeClose: any; showFooter: boolean; saveButtonLabel: string; saveButtonLoading: boolean; saveButtonColor: string; cancelButtonLabel: string; cancelButtonColor: string; testId: string; noPadding: boolean; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:modelValue": (value: boolean) => void; open: () => void; close: (reason: Reason) => void; save: () => void; cancel: () => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly void) => void; showCloseButton?: boolean; showCancelButton?: boolean; showSaveButton?: boolean; showFooter?: boolean; saveButtonLabel?: string; saveButtonLoading?: boolean; saveButtonColor?: ButtonColor; cancelButtonLabel?: string; cancelButtonColor?: string; testId?: string; noPadding?: boolean; }>, { content: any; title: string; subtitle: string; size: string; appendToBody: boolean; showBackdrop: boolean; openDelay: number; closeDelay: number; closeOnClickOutside: boolean; showCloseButton: boolean; showCancelButton: boolean; showSaveButton: boolean; escapeToClose: boolean; beforeClose: any; showFooter: boolean; saveButtonLabel: string; saveButtonLoading: boolean; saveButtonColor: string; cancelButtonLabel: string; cancelButtonColor: string; testId: string; noPadding: boolean; }>>> & { "onUpdate:modelValue"?: (value: boolean) => any; onClose?: (reason: Reason) => any; onCancel?: () => any; onSave?: () => any; onOpen?: () => any; }, { title: string; testId: string; size: "small" | "medium" | "extraSmall"; content: string; subtitle: string; showCloseButton: boolean; showCancelButton: boolean; showSaveButton: boolean; saveButtonLabel: string; saveButtonLoading: boolean; saveButtonColor: ButtonColor; cancelButtonLabel: string; cancelButtonColor: string; appendToBody: boolean; showBackdrop: boolean; closeDelay: number; openDelay: number; escapeToClose: boolean; closeOnClickOutside: boolean; beforeClose: (show: () => void) => void; showFooter: boolean; noPadding: boolean; }>, { header?(_: {}): any; default?(_: {}): any; footer?(_: {}): any; }>; export default _default; type __VLS_NonUndefinedable = T extends undefined ? never : T; type __VLS_TypePropsToRuntimeProps = { [K in keyof T]-?: {} extends Pick ? { type: import('vue').PropType<__VLS_NonUndefinedable>; } : { type: import('vue').PropType; required: true; }; }; type __VLS_WithDefaults = { [K in keyof Pick]: K extends keyof D ? __VLS_Prettify : P[K]; }; type __VLS_Prettify = { [K in keyof T]: T[K]; } & {}; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };