import { GetProperties } from '../types'; export declare type NgChanges> = { [Key in keyof Properties]: { previousValue: Properties[Key]; currentValue: Properties[Key]; firstChange: boolean; isFirstChange(): boolean; }; }; //# sourceMappingURL=ng-changes.d.ts.map