import { ClientRectObject, Rect } from '../types';
export declare const rectToClientRect: (rect: Rect) => ClientRectObject;
