export { BodyText, BodyTextProps } from './typography/BodyText';
export { DividerLine, DividerLineProps } from './typography/DividerLine';
export { EmphasizedText, EmphasizedTextProps, } from './typography/EmphasizedText';
export { Heading1, Heading2, Heading3, Heading4, Heading5, Heading6, HeadingProps, } from './typography/Heading';
export { LinkText, LinkTextProp } from './typography/LinkText';
export { LinkIcon, LinkIconProp } from './typography/LinkIcon';
export { MicroText, MicroTextProps } from './typography/MicroText';
export { Paragraph, ParagraphProps } from './typography/Paragraph';
export { PreformattedText, PreformattedTextProps, } from './typography/PreformattedText';
export { SmallText, SmallTextProps } from './typography/SmallText';
export { StrongText, StrongTextProps } from './typography/StrongText';
export { Wave, WaveProps } from './Wave';
