import { InjectionToken } from '@angular/core'; export declare const PG_INPUT_VALUE_ACCESSOR: InjectionToken<{ value: any; }>;