import { AfterViewInit, ElementRef } from '@angular/core'; import { GC } from '../inputman'; import { GcComponents } from './GcComponents'; import * as i0 from "@angular/core"; export declare class GcIconNotifierComponent extends GcComponents implements AfterViewInit { private _parent; ngAfterViewInit(): void; protected bindEvent(): void; constructor(ref: ElementRef, _parent: GcComponents); direction: GC.InputMan.IconDirection; failIcon: string; successIcon: string; failMessage: string; successMessage: string; protected initGcComponent(): void; onFail(): void; onSuccess(): void; onClear(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }