import { TooltipProps } from "antd"; import { FC } from "react"; import "./Tooltip.scss"; export interface StarshipTooltipProps { } declare const StarshipTooltip: FC; export default StarshipTooltip;