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