import { TypographyBase } from './typography-base.js'; declare global { interface HTMLElementTagNameMap { 'bp-typography': TypographyBase; } } export default class Typography extends TypographyBase { }