import { ElementRef, Renderer2 } from '@angular/core'; import { IconSize } from './models/icon-size'; import * as i0 from "@angular/core"; /** * Uib Icon */ export declare class IconComponent { readonly element: ElementRef; readonly renderer: Renderer2; /** * Sets the icon name as class */ name?: string; /** * Sets the icon size as prefixed class */ size?: IconSize | null; constructor(element: ElementRef, renderer: Renderer2); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=icon.component.d.ts.map