import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const Radar: React.FC<IconBaseProps>;
export default Radar;
