import type { StoryObj } from "@storybook/react-vite";
import { ScreenSectionList } from "./ScreenSectionList";
declare const _default: {
    title: string;
    component: typeof ScreenSectionList;
    parameters: {
        componentSubtitle: string;
        docs: {
            description: {
                component: string;
            };
        };
    };
};
export default _default;
export declare const PreviewStory: StoryObj;
export declare const VariantsStory: StoryObj;
//# sourceMappingURL=ScreenSectionList.stories.d.ts.map