import { FC, HTMLAttributes, HTMLProps } from "react"; declare type Type = FC> & { as?: string; }>; declare const NumberOfRooms: Type & { Number: Type; QuantitativeValue: Type; }; export { NumberOfRooms };