import * as React from "react";
import type { Props } from "./types";
declare const ErrorFormTooltip: ({ onShown, dataTest, helpClosable, children, shown, referenceElement, inlineLabel, isHelp, id, }: Props) => React.JSX.Element;
export default ErrorFormTooltip;
