export type PropsRecord = Record<string, unknown>;
export declare function useWhyDidYouUpdate(componentName: string, currentProps: PropsRecord, enableLogging?: boolean): void;
//# sourceMappingURL=useWhyDidYouUpdate.d.ts.map