import { StoryObj } from '@storybook/react'; import { Section } from './Section'; declare const meta: { title: string; component: typeof Section; parameters: { layout: string; backgrounds: { default: string; values: { name: string; value: string; }[]; }; }; }; export default meta; type Story = StoryObj; export declare const Gallery: Story; //# sourceMappingURL=Section.stories.d.ts.map