import { OrientedBoundingBox } from "../bounding-box"; import { GraphicsAdapter } from "../graphics"; import { TransformableElement } from "./TransformableElement"; export declare class Group extends TransformableElement { static tagName: string; static get observedAttributes(): Array; protected enable(): void; protected disable(): void; constructor(); getContentBounds(): OrientedBoundingBox | null; parentTransformed(): void; isClickable(): boolean; attributeChangedCallback(name: string, oldValue: string | null, newValue: string): void; connectedCallback(): void; } //# sourceMappingURL=Group.d.ts.map