import * as React from "react"; import { SelectSearchRowProps } from "./types"; declare const MomoizedSelectSearchRow: React.MemoExoticComponent>; export { MomoizedSelectSearchRow as SelectSearchRow };