import * as React from "react"; declare const mapTypeToIcon: (type: string, params?: any) => React.ReactElement; export default mapTypeToIcon;