import type { Meta, StoryObj } from "@storybook/react"; import { BaseLayout } from "."; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const RestrictedContainerWidthWithBackBreadcrumb: Story;