interface Props { title?: string; description?: string; variant?: 'default' | 'destructive' | 'warning' | 'success' | 'info'; showCloseButton?: boolean; actionLabel?: string; closeAriaLabel?: string; loading?: boolean; timer?: number; lowContrast?: boolean; class?: string; icon?: object; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { title?(_: {}): any; description?(_: {}): any; extra?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent any; action: () => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClose?: (() => any) | undefined; onAction?: (() => any) | undefined; }>, { variant: "default" | "destructive" | "warning" | "success" | "info"; showCloseButton: boolean; closeAriaLabel: string; loading: boolean; lowContrast: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };