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