export declare type IProps = { [key: string]: any; }; export default function useWhyDidYouUpdate(componentName: string, props: IProps): void;