declare const _default: __VLS_WithTemplateSlots, { title: string; description: string; variant: string; color: string; dismissible: boolean; actionText: string; actionIconName: any; actionVariant: string; actionLoading: boolean; actionSize: string; rounded: boolean; hideIcon: boolean; testId: string; }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { close: () => void; actionButtonClick: () => void; }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly, { title: string; description: string; variant: string; color: string; dismissible: boolean; actionText: string; actionIconName: any; actionVariant: string; actionLoading: boolean; actionSize: string; rounded: boolean; hideIcon: boolean; testId: string; }>>> & { onClose?: () => any; onActionButtonClick?: () => any; }, { title: string; testId: string; variant: "outlined" | "standard"; color: "danger" | "info" | "success" | "warning"; description: string; dismissible: boolean; actionText: string; actionVariant: "contained" | "outlined"; actionIconName: string; actionLoading: boolean; actionSize: "small" | "medium"; rounded: boolean; hideIcon: boolean; }>, { "after-title"?(_: {}): any; default?(_: {}): 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; }; };