import React from 'react';
import { IconProps } from "./";
declare const Linkedin: React.FC<IconProps>;
export default Linkedin;
