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