import React from 'react'; type NativeInputProps = React.DetailedHTMLProps, HTMLInputElement>; export declare const Input: React.ForwardRefExoticComponent<{ onChange: (keywords: string) => void; } & Pick & React.RefAttributes>; export {};