import { Story, Meta } from '@storybook/react'; import { TypographyProps } from './typography'; declare const _default: Meta; export default _default; export declare const Base: Story; export declare const All: Story;