import { Location } from '../FilterBarTypes'; type Props = { selectedLocations: Location[]; locationsPlaceholder: string; locationsSelectedLabel?: string; }; export declare const parseLocations: ({ selectedLocations, locationsPlaceholder, locationsSelectedLabel, }: Props) => string; export {};