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