import type { Ref } from 'vue';
export declare function useOnResize(elRef: Ref<HTMLElement | null>, onResize: (() => void) | undefined): void;
