import type { AlloyComponent } from '../component/ComponentApi'; import type { AlloySystemApi } from './SystemApi'; declare const NoContextApi: (getComp?: () => AlloyComponent) => AlloySystemApi; declare const singleton: AlloySystemApi; export { singleton, NoContextApi }; //# sourceMappingURL=NoContextApi.d.ts.map