import { ReactNode } from 'react';
export declare function renderFound(label: string, values: string[]): ReactNode;
