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