/** * 获取滚动条的宽度和高度 */ export declare function useMeasureScrollbar(): { width: import("vue").Ref; height: import("vue").Ref; };