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