import { Story, Meta } from '@storybook/react';
import { ITypographyProps } from './Typography';
declare const _default: Meta<import("@storybook/react").Args>;
export default _default;
export declare const Variants: Story<ITypographyProps>;
export declare const Nested: Story<ITypographyProps>;
//# sourceMappingURL=Typography.stories.d.ts.map