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