import './Typography.constants.js';
import * as react from 'react';
import { TypographyProps } from './Typography.types.js';

declare const Typography: react.ForwardRefExoticComponent<TypographyProps & react.RefAttributes<HTMLElement>>;

export { Typography, Typography as default };
