export declare function whatChanged(oldProps: any, newProps: any, oldState?: any, newState?: any): { props: string[]; state: string[]; };