import { ISearchBoxProps } from "../types";
/**
 * Search Box
 */
export declare const SearchBox: (props: ISearchBoxProps) => string;
