import type { PropType } from 'vue'; import type { ButtonAppearance } from '../../../types'; declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}, __VLS_14: {}, __VLS_16: {}, __VLS_34: {}, __VLS_36: {}; type __VLS_Slots = {} & { 'body-header'?: (props: typeof __VLS_1) => any; } & { 'body-header-description'?: (props: typeof __VLS_3) => any; } & { default?: (props: typeof __VLS_5) => any; } & { 'header-icon'?: (props: typeof __VLS_7) => any; } & { 'header-content'?: (props: typeof __VLS_14) => any; } & { 'action-buttons'?: (props: typeof __VLS_16) => any; } & { 'footer-content'?: (props: typeof __VLS_34) => any; } & { 'action-buttons'?: (props: typeof __VLS_36) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; /** * Set the appearance of the close/cancel button */ cancelButtonAppearance: { type: PropType; default: string; }; /** * @deprecated * Pass the type of icon for the header on the left */ iconString: { type: StringConstructor; default: string; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { proceed: (...args: any[]) => void; canceled: (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly; default: string; }; /** * Set the appearance of the close/cancel button */ cancelButtonAppearance: { type: PropType; default: string; }; /** * @deprecated * Pass the type of icon for the header on the left */ iconString: { type: StringConstructor; default: string; }; }>> & Readonly<{ onProceed?: ((...args: any[]) => any) | undefined; onCanceled?: ((...args: any[]) => any) | undefined; }>, { actionButtonText: string; actionButtonAppearance: ButtonAppearance; cancelButtonText: string; cancelButtonAppearance: ButtonAppearance; isVisible: boolean; bodyHeader: string; bodyHeaderDescription: string; iconString: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };