export declare function useResize(): { domRef: import("vue").Ref; domSize: { width: number; height: number; }; };