/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * Displays debug mode status and log file path when debug mode is enabled. */ export declare const DebugModeNotification: () => import("react/jsx-runtime").JSX.Element | null;