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