import * as React from 'react'; import { RefProps } from './types'; declare const Ref: React.FunctionComponent; export default Ref;