/// <reference types="react" />
import type { Props } from "./types";
declare const ErrorFormTooltip: ({ shown, onShown, error, help, helpClosable, ...props }: Props) => JSX.Element;
export default ErrorFormTooltip;
