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