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