import * as i0 from "@angular/core"; export declare class DokuTypography { /** * @default `body-l` */ variant: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'body-l' | 'body-m' | 'body-s' | 'component' | 'label'; protected get class(): string; private getClassNameByVariant; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }