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