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