import { Injector } from '@angular/core'; import { TamuAbstractBaseComponent } from '../shared/tl-abstract-base.component'; import * as i0 from "@angular/core"; export declare class TlAlertComponent extends TamuAbstractBaseComponent { /** Used to override the theme variant. */ themeVariant: any; /** Used to override the type of alert. */ alertType: 'basic' | 'self-closing' | 'custom'; /** Used to override if close button has to be present for an alert. */ closeable: 'true' | 'false'; closeTimer: any; constructor(injector: Injector); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }