export interface CustomInputCommon extends HTMLInputElement { getValue: () => string | number }