interface Props { title?: string; description?: string; variant?: 'default' | 'destructive' | 'warning' | 'success' | 'info'; duration?: number; showCloseButton?: boolean; actionLabel?: string; closeAriaLabel?: string; position?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left' | 'top-center' | 'bottom-center'; loading?: boolean; class?: string; icon?: object; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { title?(_: {}): any; description?(_: {}): 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; duration: number; position: "top-right" | "top-left" | "bottom-right" | "bottom-left" | "top-center" | "bottom-center"; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };