import { IIconProps } from '@icon-park/svg/lib/runtime';
declare const Telescope: (props: IIconProps) => JSX.Element;
export default Telescope;
