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