import { LoadingContextState } from "../provider/loading";
declare const useLoading: () => LoadingContextState;
export default useLoading;
