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