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