import type { NMRiumCore, SupportedUISlot } from '@zakodium/nmrium-core'; import type { ReactNode } from 'react'; /** * Render all components registered in the given slot. * * @param core * @param slot * @param fallback - return fallback if no component is registered in the slot */ export declare function renderCoreSlot(core: NMRiumCore, slot: SupportedUISlot, fallback?: ReactNode): ReactNode; //# sourceMappingURL=renderCoreSlot.d.ts.map