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