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