export declare type UpdateProps = Record; /** * Reack hook to help developers troubleshoot what changes have caused component rerender. * * @param componentName - name of component * @param props - component properties */ declare function useWhyDidYouUpdate(componentName: string, props: UpdateProps): void; export { useWhyDidYouUpdate }; //# sourceMappingURL=useWhyDidYouUpdate.d.ts.map