/// import { IconProps } from '../../types'; declare const LinkCircle: (allProps: IconProps) => JSX.Element; export default LinkCircle;