import { OnyxInfoCardProps } from './types.js'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** * Slot to provide description / further information. */ default?(): unknown; /** * Slot to provide optional buttons/actions. */ buttons?(): unknown; /** * Optional custom header actions to display inside a flyout menu. * Note that the `closable` property will not have any effect when custom header actions are set. * Please provide a close menu item manually via the header actions then. * You must only put [OnyxMenuItem](https://storybook.onyx.schwarz/?path=/docs/basic-menuitem--docs) components here. */ headerActions?(): unknown; }> & { /** * Slot to provide description / further information. */ default?(): unknown; /** * Slot to provide optional buttons/actions. */ buttons?(): unknown; /** * Optional custom header actions to display inside a flyout menu. * Note that the `closable` property will not have any effect when custom header actions are set. * Please provide a close menu item manually via the header actions then. * 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 any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & Readonly<{ onClose?: (() => any) | undefined; }>, { icon: string | false; color: import('../../index.js', { with: { "resolution-mode": "import" } }).OnyxColor; closable: boolean; }, {}, {}, {}, 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; }; };