Version: 0.29.2-alpha.00.30.00.31.00.31.1-alpha.2.310.31.1-alpha.210.31.1-alpha3.310.31.1-alpha4.360.31.1-alpha5.370.31.1-alpha6.380.31.1-alpha7.390.31.1-alpha8.400.32.00.32.1-alpha.00.32.1-alpha.150.32.1-alpha.16.20.32.1-alpha.17.30.32.1-rc10.33.0-alpha.160.33.00.34.00.35.00.36.00.36.20.37.00.38.00.39.00.40.00.40.60.40.7
import * as React from 'react';
/** Checks that the passed object is a valid React ref object. */
declare const isRefObject: (ref: any) => ref is React.RefObject<any>;
export default isRefObject;