import { QueryMatch } from '~/src/store/selectors/selectFilteredEventList'; export declare type QueryMatchPreviewProps = { children: QueryMatch; }; export declare const QueryMatchPreview: ({ children: { keyPath, value, matchingKeyRange, matchingValueRange } }: QueryMatchPreviewProps) => JSX.Element; //# sourceMappingURL=index.d.ts.map