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