import * as React from 'react';
export interface ISearchClearProps {
    onClearSearch?: React.Dispatch<React.SetStateAction<string>>;
    searchIcon?: any;
}
