import { MaybeRef, Ref } from 'vue'; export declare function useElementOverflown(elementRef: MaybeRef): Ref;