import { VudIconType } from './icon.config'; import * as i0 from "@angular/core"; export declare class VudIconComponent { private readonly globalConfig; private readonly elementRef; get iconClass(): string[]; get type(): VudIconType; set type(value: VudIconType); /** @ignore */ private _type; currentColor: boolean; icon: string; constructor(ariaHiddenAttr: string); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; static ngAcceptInputType_currentColor: unknown; }