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