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