declare type IconType = 'area-chart' | 'arrow' | 'at' | 'bar-chart' | 'bars' | 'bullhorn' | 'caret-down' | 'caret-up' | 'check' | 'chevron' | 'chevron-double' | 'circle' | 'circle-notch' | 'cloud-upload' | 'code' | 'download' | 'edit' | 'envelope' | 'exchange' | 'eye' | 'eye-slash' | 'file-csv' | 'file-download' | 'file-excel' | 'file-geojson' | 'file-ods' | 'filter' | 'heart-beat' | 'id-card' | 'layers' | 'line-chart' | 'link' | 'lock' | 'minus' | 'plus' | 'save' | 'search' | 'table' | 'th' | 'times' | 'tools' | 'trash' | 'unlock' | 'zoom-extents' | 'zoom-minus' | 'zoom-plus'; export { IconType };