declare const hashIcon: (color?: string) => string; declare const historyIcon: (color?: string) => string; declare const searchIcon: (color?: string) => string; declare const closeIcon: (color?: string) => string; declare const loadingIcon: (color?: string) => string; declare const clearIcon: () => string; export { hashIcon, searchIcon, historyIcon, closeIcon, loadingIcon, clearIcon };