export type PanelMessages = {
  close: string;
  options: string;
};
