export interface SpawnerContext { spawn: (component: any, props: Record) => void; } export declare function getSpawner(): SpawnerContext;