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