/// <reference types="react" />
import { TListContext } from "./type";
export declare const ListContext: import("react").Context<TListContext<any>>;
export declare function useListContext<T>(): TListContext<T>;
