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