import { TemplateRef } from 'vue';
export declare const useElementSize: (element: TemplateRef<HTMLElement>) => {
    width: import("vue").ShallowRef<number, number>;
    height: import("vue").ShallowRef<number, number>;
};
