export const ListContext: any; export const DispatchListContext: any; export function ListProvider({ children }: { children: any; }): JSX.Element; export function useList(): any; export function useDispatchList(): any;