import { StoryObj } from '@storybook/react-vite'; import { Layout } from '.'; type Story = StoryObj; declare const _default: { component: ({ children, className, ...rest }: import('./Layout').LayoutProps) => import("react/jsx-runtime").JSX.Element; title: string; tags: string[]; args: { children: string; }; parameters: { layout: string; rootElement: string; }; }; export default _default; export declare const WithMobileMenu: Story; export declare const WithNavbar: Story;