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