export declare const SEARCHBAR_CLASSNAME = "k-searchbar";
export type KendoSearchBarProps = {
    placeholder?: string;
};
export declare const SearchBar: {
    (props: KendoSearchBarProps & React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
    states: any[];
    options: {};
    className: string;
    defaultOptions: {};
};
export default SearchBar;
