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