import * as React from "react"; import type { Fetched } from "../../records/Fetched"; declare const context: React.Context; export declare const useFetched: () => Fetched; export declare const Consumer: React.Consumer, Provider: React.Provider; export default context;