/** @todo handle fragments */
/// <reference types="react" />
export declare const IndexProvider: import("react").Provider<number>;
export declare function useIndexContext(): string;
export declare type IndexContextType = ReturnType<typeof useIndexContext>;
