import { Ref } from 'vue';
export declare const useElementWidth: (el: Ref<HTMLElement | undefined>) => Ref<number | null>;
