import { type TgdContext, type TgdPainterGizmoOptions, TgdPainterGroup } from "@tolokoban/tgd"; export declare class PainterGizmo extends TgdPainterGroup { private _options; private _context; private _painter; get options(): TgdPainterGizmoOptions | boolean; set options(optionsOrBoolean: TgdPainterGizmoOptions | boolean); get context(): TgdContext | null; set context(context: TgdContext | null); private applyMargin; private createPainter; } //# sourceMappingURL=gizmo.d.ts.map