import * as _uniformdev_canvas from '@uniformdev/canvas'; import * as _uniformdev_next_app_router from '@uniformdev/next-app-router'; import { SlotDefinition } from '@uniformdev/next-app-router-shared'; import { ComponentProps } from '../types/cskTypes.mjs'; import '@uniformdev/next-app-router/component'; import 'react'; declare const compositionCache: _uniformdev_next_app_router.CompositionCache; declare const getSlotComponents: (slot: SlotDefinition, context: ComponentProps["context"]) => (_uniformdev_canvas.ComponentInstance | null)[]; export { compositionCache, getSlotComponents };