import { ComponentStore as TinyComponentStore } from '../tiny/store/ComponentStore'; /** * Stores component modules by id and version. * Used by the component loader to retrieve already loaded components. */ export default class ComponentStore { private static _instance; static get instance(): TinyComponentStore; } //# sourceMappingURL=ComponentStore.d.ts.map