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