export declare class SearchFacetRangeFilter { token: string; fromValue: string; toValue: string; label: string; query: string; field: string; value: string; excludedFacet: boolean; constructor(); }