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