import { Injector } from '@angular/core'; import { WvrBaseComponent } from '@wvr/elements'; import * as i0 from "@angular/core"; export declare abstract class TamuAbstractBaseComponent extends WvrBaseComponent { /** Allows for the override of the --tl-default-font-size css variable. */ _fontSize: string; /** Allows for the override of the --tl-font-family-sans-serif css variable. */ _fontFamily: string; set inheritFontStyle(value: 'true' | 'false'); constructor(injector: Injector); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }