/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import * as PIXI from "pixi.js"; export declare class GraphOverflowMenu extends PIXI.Graphics { #private; static readonly width = 24; static readonly height = 16; constructor(); } //# sourceMappingURL=graph-overflow-menu.d.ts.map