export type PriceOption = { value: number; label: string; }; export declare const defaultSalesPriceOptions: PriceOption[]; export declare const defaultLettingsPriceOptions: PriceOption[]; export type BedroomOption = { value: number; label: number | string; }; export declare const defaultBedroomOptions: BedroomOption[]; export type DistanceOption = { value: number | string; label: string; }; export declare const defaultDistanceOptions: DistanceOption[]; export type FrequencyOption = { value: string; label: string; }; export declare const frequencyOptions: FrequencyOption[]; //# sourceMappingURL=constants.d.ts.map