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