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