/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import type { IFlyout } from './interfaces/i_flyout.js'; import { Navigator } from './navigator.js'; export declare class FlyoutNavigator extends Navigator { constructor(flyout: IFlyout); } //# sourceMappingURL=flyout_navigator.d.ts.map