import React from "react";
import { TooltipProps } from "@firecms/ui";
export declare function ErrorTooltip(props: TooltipProps): React.JSX.Element;
