/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import * as PIXI from "pixi.js"; export declare class GraphComment extends PIXI.Container { #private; collapsed: boolean; readOnly: boolean; constructor(); addPointerEventListeners(): void; set selected(selected: boolean); get selected(): boolean; set editable(editable: boolean); get editable(): boolean; set text(text: string | null); get text(): string | null; } //# sourceMappingURL=graph-comment.d.ts.map