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