/**
 * Computes the scale of an element, multiplying from predecessors.
 */
export declare function getScale(el: HTMLElement): {
    x: number;
    y: number;
};
