import React from 'react';
import type { ListContextValue } from './types';
export declare const ListContext: React.Context<ListContextValue>;
export declare const useListContext: () => ListContextValue;
