import { type Ref } from 'vue'; export declare const useResizeObserver: (ref: Ref, callback: () => void, leading?: boolean) => void;