export default SlotFillContext; declare const SlotFillContext: import("react").Context<{ slots: {}; fills: {}; registerSlot: () => void; updateSlot: () => void; unregisterSlot: () => void; registerFill: () => void; unregisterFill: () => void; }>; //# sourceMappingURL=slot-fill-context.d.ts.map