import * as React from 'react';
import { RefProps } from './utils';
export declare const Ref: React.FunctionComponent<RefProps>;
