export declare const propertyBedroomsText: (bedrooms: number | null, propertyType: string) => string; export declare const propertyTitle: (bedrooms: number | null, propertyType: string | undefined, forSale: boolean) => string; //# sourceMappingURL=propertyTitle.d.ts.map