import { OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class GtrIconComponent implements OnDestroy { dataTransactionName: string; /** * The font icon */ name: string; /** * The icon width */ weight: string; /** * The icon color */ color: string; /** * The icon size */ set size(value: number); /** * The element id */ iconId: string; height: string; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }