import type { StoryObj } from "@storybook/react-vite";
import { GradientBackground } from "./GradientBackground";
declare const _default: {
    title: string;
    component: typeof GradientBackground;
};
export default _default;
export declare const PreviewGradientBackgroundStoryLightBrand: StoryObj;
export declare const PreviewGradientBackgroundStoryDarkBrand: StoryObj;
export declare const PreviewGradientWithScroll: StoryObj;
//# sourceMappingURL=GradientBackground.stories.d.ts.map