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<DokuTypography, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<DokuTypography, "[doku-typography]", ["dokuTypography"], { "variant": "variant"; }, {}, never, ["*"], true>;
}
