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