import React from 'react';
import { DefaultIconProps } from './types.js';
declare function _Linkedin({ color, ...rest }: DefaultIconProps): React.JSX.Element;
export declare const LinkedInIcon: React.MemoExoticComponent<typeof _Linkedin>;
export {};
//# sourceMappingURL=LinkedIn.d.ts.map