import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const Radar1Icon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default Radar1Icon;