import { SimpleChanges } from '@angular/core'; export declare function analyzeChanges(changes: SimpleChanges, defValue: () => T): [boolean, T, T];