import React from "react";
import { SelectBoxSearchProps } from "../interface";
export declare function SelectSearch(props: SelectBoxSearchProps): JSX.Element;
declare const _default: React.MemoExoticComponent<typeof SelectSearch>;
export default _default;