export declare function useNaiveLoadingBar(): {
    start: () => void;
    finish: () => void;
    error: () => void;
};
