import type { Dimensions } from 'vuesax-alpha/es/hooks/use-floating/utils';
export declare function getDimensions(element: Element): Dimensions;
