import { FC, HTMLProps } from "react"; type Props = HTMLProps & { as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6"; className?: string; }; declare const EbayTourtipHeading: FC; export default EbayTourtipHeading; //# sourceMappingURL=ebay-tourtip-heading.d.ts.map