import { nextTick } from 'vue'; interface Props { isOpen: boolean; title: string; description: string; type?: 'error' | 'warning' | 'success'; icon?: string; hasCloseX?: boolean; hasActions?: boolean; hasCancelButton?: boolean; action?: string; } declare const _default: import('vue').DefineComponent void; closeModal: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly & Readonly<{ onConfirmAction?: ((...args: any[]) => any) | undefined; onCloseModal?: ((...args: any[]) => any) | undefined; }>, { type: "error" | "warning" | "success"; description: string; hasCloseX: boolean; hasActions: boolean; hasCancelButton: boolean; action: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { modalRef: HTMLDivElement; cancelButtonRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: Partial<{ size: string; type: string; iconSide: string; }> & Omit<{ readonly size: string; readonly type: string; readonly iconSide: string; readonly icon?: string | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "size" | "type" | "iconSide">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: (event: string, ...args: any[]) => void; $el: HTMLButtonElement; $options: import('vue').ComponentOptionsBase> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, { size: string; type: string; iconSide: string; }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle; } & Readonly<{ size: string; type: string; iconSide: string; }> & Omit> & Readonly<{}>, "size" | "type" | "iconSide"> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & { $slots: { default?(_: {}): any; }; }) | null; }, any>; export default _default;