import React from "react"; import type { SVGIcon } from "./types"; declare const H2: (props: SVGIcon) => React.JSX.Element; export default H2; //# sourceMappingURL=h2.d.ts.map