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