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