import { ComponentProps, FC } from "react"; type Props = ComponentProps<"span">; declare const EbayTooltipHeading: FC; export default EbayTooltipHeading; //# sourceMappingURL=ebay-infotip-heading.d.ts.map