import type { SVGProps } from "react"; export interface HeadingH1IconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function HeadingH1Icon({ className, size, color, ...props }: HeadingH1IconProps): import("react").JSX.Element; //# sourceMappingURL=heading-h1-icon.d.ts.map