import { Injector } from '@angular/core'; import { TamuAbstractBaseComponent } from '../shared/tl-abstract-base.component'; import * as i0 from "@angular/core"; export declare class TlIconComponent extends TamuAbstractBaseComponent { /** Used to define the icon set. */ set: string; /** Used to define the name for icon component. */ name: string; /** Used to define the color for icon component. */ color: any; /** Used to define the size for icon component. */ size: any; constructor(injector: Injector); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }