import { Ref } from 'vue'; export declare const useOverflow: (elementRef: Ref) => { setOverflowHidden: () => void; resetOverflow: () => void; };