import { FC } from "react"; import { TooltipProps } from "./Tooltip.types"; declare const Tooltip: FC; export default Tooltip;