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