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