export interface ShortcutsConfig { enabled: boolean; namespaces: string[] | null; } /** Default: impact-ui namespaced shortcuts are off until ShortcutsProvider opts in. */ export declare const ShortcutsConfigContext: import('react').Context; //# sourceMappingURL=ShortcutsConfigContext.d.ts.map