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