declare type Formattable = string | Promise | HTMLElement | Promise; export default Formattable;