export type ComboboxMessages = {
  clear: string;
  removeTag: string;
};
