import type { ClientRect } from '../../types';
export declare function inverseTransform(rect: ClientRect, transform: string, transformOrigin: string): ClientRect;
