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