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