import * as React from "react"; import { InputProps } from "./input"; export declare const SearchFilter: React.ForwardRefExoticComponent & { searchPlaceHolder?: string; onChange?: (value: string) => void; searchValue?: string; } & React.RefAttributes>; //# sourceMappingURL=search-filter.d.ts.map