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