export type PropsRecord = Record; export declare function useWhyDidYouUpdate(componentName: string, currentProps: PropsRecord, enableLogging?: boolean): void;