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