import type { ResultsNoMatchRuleProps } from './types.js';
export declare function ResultsNoMatchRule({ results, initialConfig }: ResultsNoMatchRuleProps): import("react/jsx-runtime").JSX.Element;
