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