import React, { ComponentType } from 'react'; import { ComponentsProps } from './ResizeDetector'; declare function withResizeDetector

(ComponentInner: ComponentType

, options?: ComponentsProps): React.ForwardRefExoticComponent & React.RefAttributes>; export default withResizeDetector;