import { MaybeRef, Ref } from 'vue';
export declare function useElementOverflown(elementRef: MaybeRef<HTMLElement | null | undefined>): Ref<boolean>;
