import { ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class IconCheckComponent {
    private viewContainerRef;
    template: any;
    class: any;
    constructor(viewContainerRef: ViewContainerRef);
    ngOnInit(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<IconCheckComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<IconCheckComponent, "icon-check", never, { "class": "class"; }, {}, never, never, false, never>;
}
