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