import type { Ref } from 'vue'; export declare const useThrottleRender: (loading: Ref, throttle?: number) => Ref;