import type { StoryObj } from "@storybook/react-vite";
import { AppShell } from "./AppShell";
type ThisStory = StoryObj<typeof AppShell>;
declare const _default: {
    title: string;
    component: typeof AppShell;
    parameters: {
        componentSubtitle: string;
        docs: {
            description: {
                component: string;
            };
        };
    };
};
export default _default;
export declare const PreviewAppShellStory: ThisStory;
export declare const VariantsAppShellStory: ThisStory;
export declare const TestsAppShellStory: ThisStory;
//# sourceMappingURL=AppShell.stories.d.ts.map