import { IconProps } from '../lib';
declare function LinkSimple(props: IconProps): JSX.Element;
export default LinkSimple;
