import type { Meta, StoryObj } from '@storybook/react'; import SBTypography from './resources/typographyLeapDesktop'; import SBWebTypography from './resources/typographyLeapWeb'; /** * ```javascript tokens.FontH1FontFamily ``` */ declare const meta: Meta; export default meta; type Story = StoryObj; type TypographyWebStory = StoryObj; export declare const Desktop: Story; export declare const Web: TypographyWebStory;