import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: import("react").FC; parameters: { layout: string; design: { name: string; type: string; url: string; }; }; tags: string[]; }; export default meta; type Story = StoryObj; export declare const Heading: Story; export declare const Text: Story; export declare const Paragraph: Story; //# sourceMappingURL=typography.stories.d.ts.map