import { ITypographyComponent } from '../../typography'; interface ITextComponent extends ITypographyComponent {} export { ITextComponent };