import { OnyxAppLayoutProps } from './types.js'; type __VLS_Slots = { /** * 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 `