import type { Meta, StoryObj } from '@storybook/react'; import { Section } from './Section'; declare const meta: Meta; export default meta; declare type Story = StoryObj; export declare const Example: Story;