import { OnyxAppLayoutProps } from './types.js'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** * Page content area of the application. Recommended component: [OnyxPageLayout](https://storybook.onyx.schwarz/?path=/docs/layout-pagelayout--docs). * * For semantic HTML, it is recommend to use HTML elements like `
` */ default(): unknown; /** * Navigation area of the application. Recommended components: * - for top alignment: [OnyxNavBar](https://storybook.onyx.schwarz/?path=/docs/navigation-navbar--docs) * - for left alignment: no onyx component yet, create your own custom one * * For implementing page-level sidebars, please use the [OnyxPageLayout](https://onyx.schwarz/?path=/story/layout-pagelayout--sidebar). * For semantic HTML, it is recommended to use HTML elements like `
` and `