import { ArrowRight, ArrowDown, Selected, Root, ResourceSelect, Close, Error, Retry, Empty, Back } from '.'; declare const GenericIconMap: { 'arrow-right': typeof ArrowRight; 'arrow-down': typeof ArrowDown; 'resource-select': typeof ResourceSelect; selected: typeof Selected; root: typeof Root; close: typeof Close; error: typeof Error; retry: typeof Retry; empty: typeof Empty; back: typeof Back; }; export default GenericIconMap;