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