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