import type { IconName } from '../Icon'; import type { NotificationStatus } from './types'; export type SbNotificationProps = { status?: NotificationStatus; icon?: IconName; title?: string; description?: string; link?: string; linkName?: string; isExpandable?: boolean; isFull?: boolean; isCloseable?: boolean; }; declare var __VLS_6: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_6) => any; }; declare const __VLS_base: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClose?: (() => any) | undefined; }>, { title: string; status: NotificationStatus; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };