declare const ReactComponentWithPureRenderMixin: { shouldComponentUpdate(nextProps: any, nextState: any): boolean; }; export default ReactComponentWithPureRenderMixin;