import React from 'react';
import type { ListQueryProps } from './types.js';
export { useListQuery } from './context.js';
export declare const ListQueryProvider: React.FC<ListQueryProps>;
//# sourceMappingURL=index.d.ts.map