import { OnyxNotificationCardProps } from './types.js'; type __VLS_Slots = { /** * 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; }; declare const __VLS_base: 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, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };