import React from 'react';
import { IKarmycCoreProviderProps } from './types/karmyc';
/**
 * Main provider exposing the global context for the layout system.
 *
 * This component manages:
 * - Cross-tab synchronization
 * - Keyboard shortcuts
 * - URL synchronization
 */
export declare const KarmycCoreProvider: React.FC<IKarmycCoreProviderProps>;
