import { default as React } from 'react';

interface IProps {
    pathProps?: React.SVGProps<SVGPathElement>;
}
declare const LinkIcon: ({ pathProps }: IProps) => import("react/jsx-runtime").JSX.Element;
export default LinkIcon;
