import { SpreadSheet } from '../../node_modules/@antv/s2/esm/index.d.ts'; import { Ref, ShallowRef } from 'vue'; export declare const useLoading: (s2Ref: ShallowRef, loadingProp: Ref) => { loading: Ref; setLoading: (updated: boolean) => void; };