import type { Ref } from "vue"; export declare const elementContentOverflow: { watch: typeof watchElementContentOverflow; unwatch: typeof unwatchElementContentOverflow; }; declare function watchElementContentOverflow(element: Element, callback?: (isOverflow: boolean) => void): Ref; declare function unwatchElementContentOverflow(element: Element): void; export {};