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