import { SimpleChange } from'@angular/core';
/**
* Method checks if given value has changed
* @param {SimpleChange} value: value to check
* @returns {boolean} whether or not if the given input has changed
*/exportdeclareconstsimpleChangeHasChanged: (value: SimpleChange) =>boolean;