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