export default class Input extends HTMLInputElement { static get observedAttributes(): string[]; $input: HTMLInputElement; $style: HTMLStyleElement; constructor(); attributeChangedCallback(name: any, oldValue: any, newValue: any): void; }