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