import type { JSX } from 'react';
interface Props {
    children: JSX.Element | string;
}
/**
 * @deprecated Use `<EmptyState variant="not-found" />` instead.
 *
 * https://developers.grafana.com/ui/latest/index.html?path=/docs/information-deprecated-emptysearchresult--docs
 */
declare const EmptySearchResult: ({ children }: Props) => import("react/jsx-runtime").JSX.Element;
export { EmptySearchResult };
