export * from './types'; export * from './version'; export * from './components'; export { MAP_COLOUR_PALETTE, stringToColour } from '../../components/viewers/map/utils/stringToColour'; export { PLUGIN_RUNTIME_SHIMS, PLUGIN_EXTERNALS } from '../host/runtimeShims'; export type { RuntimeShim } from '../host/runtimeShims'; //# sourceMappingURL=index.d.ts.map