import { OnyxSidebarProps } from './types.js'; type __VLS_Slots = { /** * Main sidebar content/body. * Use `OnyxSidebarItem` and/or `OnyxTreeView` components here. */ default(): unknown; /** * Optional header slot to show above the body. */ header?(): unknown; /** * Optional footer slot to show below the body. * Use `OnyxButton` component here. */ footer?(): unknown; /** * Description slot of the `OnyxModalDialog`. Only available if the `temporary` property is set. */ description?(): unknown; }; declare const __VLS_base: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent any; }, string, import('vue', { with: { "resolution-mode": "import" } }).PublicProps, Readonly & Readonly<{ onClose?: (() => any) | undefined; }>, { alignment: import('./types.js', { with: { "resolution-mode": "import" } }).SidebarAlignment; resizable: boolean; collapseSidebar: import('../../utils/breakpoints.js', { with: { "resolution-mode": "import" } }).OnyxBreakpoint | number | false; }, {}, {}, {}, 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; }; };