export { CommonStringsService, ClrCommonStrings, commonStringsDefault, runCssVarsPolyfill } from '@clr/core/internal'; declare global { interface HTMLElement { 'cds-text': string; 'cds-layout': string; 'cds-list': string; } interface HTMLElementTagNameMap { 'cds-card': HTMLElement; 'cds-demo': HTMLElement; 'cds-placeholder': HTMLElement; } }