import React from 'react'; declare const LinkedInIcon: ({ theme, style, }: { theme?: "light" | "dark" | undefined; style?: React.CSSProperties | undefined; }) => React.JSX.Element; export default LinkedInIcon; //# sourceMappingURL=LinkedInIcon.d.ts.map