import * as React from 'react'; export interface CoordinatesProps { coordinates: ClientRect | DOMRect; } export declare const Coordinates: React.FC;