/// import { FloorSize } from './src/itemProps/FloorSize'; import { NumberOfRooms } from './src/itemProps/NumberOfRooms'; import { LayoutImage } from './src/itemProps/LayoutImage'; import { NumberOfFullBathrooms } from './src/itemProps/NumberOfFullBathrooms'; import { AmenityFeature } from './src/itemProps/AmenityFeature'; import { NumberOfBathroomsTotal } from './src/itemProps/NumberOfBathroomsTotal'; import { NumberOfBedrooms } from './src/itemProps/NumberOfBedrooms'; import { NumberOfAvailableAccommodationUnits } from './src/itemProps/NumberOfAvailableAccommodationUnits'; import { NumberOfAccommodationUnits } from './src/itemProps/NumberOfAccommodationUnits'; import { PetsAllowed } from './src/itemProps/PetsAllowed'; import { IsPlanForApartment } from './src/itemProps/IsPlanForApartment'; import { NumberOfPartialBathrooms } from './src/itemProps/NumberOfPartialBathrooms'; import { PotentialAction } from './src/itemProps/PotentialAction'; import { MainEntityOfPage } from './src/itemProps/MainEntityOfPage'; import { SubjectOf } from './src/itemProps/SubjectOf'; import { Url } from './src/itemProps/Url'; import { AlternateName } from './src/itemProps/AlternateName'; import { SameAs } from './src/itemProps/SameAs'; import { Description } from './src/itemProps/Description'; import { DisambiguatingDescription } from './src/itemProps/DisambiguatingDescription'; import { Identifier } from './src/itemProps/Identifier'; import { Image } from './src/itemProps/Image'; import { Name } from './src/itemProps/Name'; import { AdditionalType } from './src/itemProps/AdditionalType'; import { FloorPlan } from './src/FloorPlan'; export { FloorPlan, FloorSize, NumberOfRooms, LayoutImage, NumberOfFullBathrooms, AmenityFeature, NumberOfBathroomsTotal, NumberOfBedrooms, NumberOfAvailableAccommodationUnits, NumberOfAccommodationUnits, PetsAllowed, IsPlanForApartment, NumberOfPartialBathrooms, PotentialAction, MainEntityOfPage, SubjectOf, Url, AlternateName, SameAs, Description, DisambiguatingDescription, Identifier, Image, Name, AdditionalType }; declare const _default: { FloorPlan: import("react").FunctionComponent> & { as?: string | undefined; }>; FloorSize: import("react").FunctionComponent> & { as?: string | undefined; }> & { QuantitativeValue: import("react").FunctionComponent> & { as?: string | undefined; }>; }; NumberOfRooms: import("react").FunctionComponent> & { as?: string | undefined; }> & { Number: import("react").FunctionComponent> & { as?: string | undefined; }>; QuantitativeValue: import("react").FunctionComponent> & { as?: string | undefined; }>; }; LayoutImage: import("react").FunctionComponent> & { as?: string | undefined; }> & { URL: import("react").FunctionComponent> & { as?: string | undefined; }>; ImageObject: import("react").FunctionComponent> & { as?: string | undefined; }>; }; NumberOfFullBathrooms: import("react").FunctionComponent> & { as?: string | undefined; }> & { Number: import("react").FunctionComponent> & { as?: string | undefined; }>; }; AmenityFeature: import("react").FunctionComponent> & { as?: string | undefined; }> & { LocationFeatureSpecification: import("react").FunctionComponent> & { as?: string | undefined; }>; }; NumberOfBathroomsTotal: import("react").FunctionComponent> & { as?: string | undefined; }> & { Integer: import("react").FunctionComponent> & { as?: string | undefined; }>; }; NumberOfBedrooms: import("react").FunctionComponent> & { as?: string | undefined; }> & { Number: import("react").FunctionComponent> & { as?: string | undefined; }>; QuantitativeValue: import("react").FunctionComponent> & { as?: string | undefined; }>; }; NumberOfAvailableAccommodationUnits: import("react").FunctionComponent> & { as?: string | undefined; }> & { QuantitativeValue: import("react").FunctionComponent> & { as?: string | undefined; }>; }; NumberOfAccommodationUnits: import("react").FunctionComponent> & { as?: string | undefined; }> & { QuantitativeValue: import("react").FunctionComponent> & { as?: string | undefined; }>; }; PetsAllowed: import("react").FunctionComponent> & { as?: string | undefined; }> & { Boolean: import("react").FunctionComponent> & { as?: string | undefined; }>; }; IsPlanForApartment: import("react").FunctionComponent> & { as?: string | undefined; }> & { Accommodation: import("react").FunctionComponent> & { as?: string | undefined; }>; }; NumberOfPartialBathrooms: import("react").FunctionComponent> & { as?: string | undefined; }> & { Number: import("react").FunctionComponent> & { as?: string | undefined; }>; }; PotentialAction: import("react").FunctionComponent> & { as?: string | undefined; }> & { Action: import("react").FunctionComponent> & { as?: string | undefined; }>; }; MainEntityOfPage: import("react").FunctionComponent> & { as?: string | undefined; }> & { CreativeWork: import("react").FunctionComponent> & { as?: string | undefined; }>; URL: import("react").FunctionComponent> & { as?: string | undefined; }>; }; SubjectOf: import("react").FunctionComponent> & { as?: string | undefined; }> & { Event: import("react").FunctionComponent> & { as?: string | undefined; }>; CreativeWork: import("react").FunctionComponent> & { as?: string | undefined; }>; }; Url: import("react").FunctionComponent> & { as?: string | undefined; }> & { URL: import("react").FunctionComponent> & { as?: string | undefined; }>; }; AlternateName: import("react").FunctionComponent> & { as?: string | undefined; }> & { Text: import("react").FunctionComponent> & { as?: string | undefined; }>; }; SameAs: import("react").FunctionComponent> & { as?: string | undefined; }> & { URL: import("react").FunctionComponent> & { as?: string | undefined; }>; }; Description: import("react").FunctionComponent> & { as?: string | undefined; }> & { Text: import("react").FunctionComponent> & { as?: string | undefined; }>; }; DisambiguatingDescription: import("react").FunctionComponent> & { as?: string | undefined; }> & { Text: import("react").FunctionComponent> & { as?: string | undefined; }>; }; Identifier: import("react").FunctionComponent> & { as?: string | undefined; }> & { PropertyValue: import("react").FunctionComponent> & { as?: string | undefined; }>; URL: import("react").FunctionComponent> & { as?: string | undefined; }>; }; Image: import("react").FunctionComponent> & { as?: string | undefined; }> & { URL: import("react").FunctionComponent> & { as?: string | undefined; }>; ImageObject: import("react").FunctionComponent> & { as?: string | undefined; }>; }; Name: import("react").FunctionComponent> & { as?: string | undefined; }> & { Text: import("react").FunctionComponent> & { as?: string | undefined; }>; }; AdditionalType: import("react").FunctionComponent> & { as?: string | undefined; }> & { URL: import("react").FunctionComponent> & { as?: string | undefined; }>; }; }; export default _default;