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