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