import { VueLoadingIndicatorInstance } from "../types";
export declare const useLoadingIndicator: () => VueLoadingIndicatorInstance | undefined;
