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