import { Ref } from 'vue';
/** Returns ref of current component instance element */
export declare const useCurrentElement: (el?: Ref<HTMLElement | undefined>) => Ref<HTMLElement | undefined>;
