import { default as DapDSTypography } from './typography.component.js'; export * from './typography.component.js'; export default DapDSTypography; declare global { interface HTMLElementTagNameMap { 'dap-ds-typography': DapDSTypography; } }