import { type Ref } from 'vue'; export declare const useOverflow: (containerRef: Ref, targetRef?: Ref) => { setOverflowHidden: () => void; resetOverflow: () => void; };