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