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