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