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