import { Meta, StoryObj } from '@storybook/react'; import { PageLayout } from '../..'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Primary: Story;