import React from 'react'; import './index.scss'; export type Props = { readonly placeholder?: string; readonly setSearchTerm: (term: string) => void; }; export declare const ItemSearch: React.FC; //# sourceMappingURL=index.d.ts.map