/**
 *
 * @returns
 */
export declare function useLoader(): {
    loading: boolean;
    setLoading: import("r18gs").SetStateAction<boolean>;
};
