import { Meta, StoryObj } from "@storybook/react"; import { Header } from "../Components/Header"; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const DefaultVariant: Story; export declare const HeaderInternalVariant: Story; export declare const HeaderNeutralVariant: Story; export declare const WithSaveSignOut: Story; export declare const WithNoSaveSignOut: Story; export declare const InternalWithServicesLinks: Story; export declare const InternalWithServicesNavigation: Story; export declare const InternalWithServicesLinksAndNavigation: Story; export declare const InternalWithServicesLinksAndNavigationErrorMarkers: Story; export declare const InternalWithServicesLinksAndNavigationErrorCounts: Story;