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