export const SlotFillContext: import("react").Context<{
    registerSlot: () => void;
    unregisterSlot: () => void;
    registerFill: () => void;
    unregisterFill: () => void;
    getSlot: () => void;
    getFills: () => void;
    subscribe: () => void;
}>;
export default SlotFillContext;
//# sourceMappingURL=context.d.ts.map