import { KendoComponent } from '../_types/component';
export declare const SEARCHBAR_CLASSNAME = "k-searchbar";
export type KendoSearchBarProps = {
    placeholder?: string;
};
export declare const SearchBar: KendoComponent<KendoSearchBarProps & React.HTMLAttributes<HTMLSpanElement>>;
export default SearchBar;
