export function Input({ label, type, placeholder, value, onChange, error, hint, disabled, icon, ...rest }: { [x: string]: any; label: any; type?: string; placeholder: any; value: any; onChange: any; error: any; hint: any; disabled: any; icon: any; }): any;