import { ElementRef } from '@angular/core'; import { SubscriptMessage } from './subscript-message'; import * as i0 from "@angular/core"; export declare class PgHintDirective implements SubscriptMessage { elementRef: ElementRef; _classList: string; showWhenFormIsComplete: any; readonly type: any; constructor(elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDef; static ɵdir: i0.ɵɵDirectiveDefWithMeta; }