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