import "../../node_modules/tippy.js/animations/shift-away.css"; import React from "react"; import { AbstractTooltip, AbstractTooltipProps } from "../AbstractTooltip"; declare type Props = Pick, "children" | "content" | "disabled"> & AbstractTooltipProps; /** * Display a non-interactive tooltip after an element is clicked on and then * remove the tooltip after a short period of time */ export declare const ConfirmationTooltip: React.FC; export {};