import { type Ref, type ComputedRef } from 'vue'; export declare function useIsWidthOverflow | ComputedRef>(domRef: Ref, watchVariable: T): { isOverflow: Ref; };