export declare const INPUT_TYPE_ICONS: {
  tel: string;
  password: string;
  email: string;
  date: string;
  time: string;
  search: string;
};
