import { SVGProps } from "react";
declare const SvgSatellite: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgSatellite;
