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