declare const number: { name: string; updated(el: any, binding: any): void; }; export default number;