import React from 'react'; import { ListCollection, ListItem, ListState } from '../typings'; export declare const ListServiceContext: React.Context; declare const useListService: = ListItem, S extends ListState = ListState>() => ListCollection; export default useListService;