/// import { ComponentStory, ComponentMeta } from '@storybook/react'; declare const _default: ComponentMeta<({ textType, text }: import("./Typography").TypographyProps) => JSX.Element>; export default _default; export declare const Heading1: ComponentStory<({ textType, text }: import("./Typography").TypographyProps) => JSX.Element>; export declare const Heading2: ComponentStory<({ textType, text }: import("./Typography").TypographyProps) => JSX.Element>; export declare const Heading3: ComponentStory<({ textType, text }: import("./Typography").TypographyProps) => JSX.Element>;