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