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