import { MElement } from "../elements"; import { GraphicsAdapter } from "../graphics"; export declare class DebugHelper { element: MElement; static observedAttributes: string[]; private debugGraphics; constructor(element: MElement); getContainer(): G["containerType"]; handle(name: string, newValue: string): void; dispose(): void; } //# sourceMappingURL=DebugHelper.d.ts.map