import { Story, Meta } from '@storybook/react';
import { TypographyProps } from '.';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Playground: Story<TypographyProps>;
