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