import { MaybeRef } from 'vue'; export declare const addLoadingProperty: >(object: T, loading: L) => T & { loading: L; };