export interface LcbAreaPickerProps {
  mode: 'city' | 'area'
}
