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