import type { Coords } from 'vuesax-alpha/es/hooks/use-floating/utils';
import type { VirtualElement } from '../types';
export declare function getScale(element: Element | VirtualElement): Coords;
