import { CopyKey } from '../../shared'; import { InputProps } from './Search.types'; export declare const Search: ({ className, id, label, type, onChange, onBlur, name, value, onClickClear, copykey, }: InputProps & CopyKey) => JSX.Element;