import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class IconComponent {
    input: ElementRef;
    get icon(): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<IconComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IconComponent, "xui-icon", never, {}, {}, never, ["*"], false, never>;
}
