export declare class Input { value: string; placeholder: string; label: string; handleChange(event: any): void; render(): any; }