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