export type InputMessages = {
  clear: string;
  loading: string;
};
