/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type { Config } from '@aetherai/aether-core'; import React from 'react'; export declare const ConfigContext: React.Context; export declare const useConfig: () => Config;