import * as i0 from "@angular/core"; /** * LF icon component. */ export declare class IconComponent { icon: string; size?: string; fixedWidth: boolean; spin: boolean; pulse: boolean; ariaHidden: boolean; constructor(); get classes(): Record; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }