import type { StoryObj } from '@storybook/react'; import { Body } from '../../components/Typography/Body'; declare const meta: { title: string; component: typeof Body; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Primary: Story;