/// import Add from './add'; import BigTip from './big-tip'; import Calendar from './calendar'; import Clear from './clear'; import Clock from './clock'; import Close from './close'; import CloseLight from './close-light'; import Collapse from './collapse'; import CollapseUp from './collapse-up'; import DarkSearch from './dark-search'; import Delete from './delete'; import Down from './down'; import Drag from './drag'; import Expand from './expand'; import LookUp from './look-up'; import More from './more'; import NewTag from './new-tag'; import Plus from './plus'; import Question from './question'; import Reload from './reload'; import Search from './search'; import Tip from './tip'; import Warn from './warn'; declare const Icons: { Search: typeof Search; Down: typeof Down; Tip: typeof Tip; Empty: () => JSX.Element; DarkSearch: typeof DarkSearch; More: typeof More; Calendar: typeof Calendar; BigTip: typeof BigTip; LookUp: typeof LookUp; CollapseUp: typeof CollapseUp; Close: typeof Close; Delete: typeof Delete; Add: typeof Add; Clear: typeof Clear; Question: typeof Question; CloseLight: typeof CloseLight; Clock: typeof Clock; Reload: typeof Reload; NewTag: typeof NewTag; Drag: typeof Drag; Plus: typeof Plus; Warn: typeof Warn; Collapse: typeof Collapse; Expand: typeof Expand; }; export default Icons;