import React, { ComponentType } from 'react'; declare function withRef(WrappedComponent: ComponentType): React.ForwardRefExoticComponent & React.RefAttributes>; export default withRef; //# sourceMappingURL=withref.d.ts.map