import { OnyxNotificationCardProps } from './types.js'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** * Notification content/description. */ default(): unknown; /** * Optional custom footer actions/buttons. */ actions?(): unknown; /** * Optional custom header actions to display inside a flyout menu. * Will only be shown when hovering the notification card or focussing via keyboard. * You must only put [OnyxMenuItem](https://storybook.onyx.schwarz/?path=/docs/basic-menuitem--docs) components here. */ headerActions?: unknown; }> & { /** * Notification content/description. */ default(): unknown; /** * Optional custom footer actions/buttons. */ actions?(): unknown; /** * Optional custom header actions to display inside a flyout menu. * Will only be shown when hovering the notification card or focussing via keyboard. * You must only put [OnyxMenuItem](https://storybook.onyx.schwarz/?path=/docs/basic-menuitem--docs) components here. */ headerActions?: unknown; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent & Readonly<{}>, { skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };