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