import React, { FC } from 'react'; export interface PropsType { placeholder: string; 'data-testid'?: string; } declare const SelectSearch: FC>; export default SelectSearch;