export declare const withWhatChanged: (tag: string, props: Record<string, any>, prev: Record<string, any>, state?: Record<string, any>, prevState?: Record<string, any>) => void;
