import type { Meta, StoryObj } from '@storybook/react-vite'; import { PageHeader } from './PageHeader'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Base: Story; export declare const Dense: Story; export declare const WithSectionTitleVertical: Story; export declare const WithSectionTitlePropsCustom: Story; export declare const WithLineTab: Story; export declare const WithSectionTitleAndBreadcrumbPropsNoCaptionCustom: Story; export declare const WithSectionTitleAndBreadcrumbPropsCustom: Story;