import type { ComponentMeta } from '@storybook/react'; import { Typography } from './typography'; declare const Story: ComponentMeta; export default Story; export declare const Primary: any;