import { MElement } from "../elements"; import { TagDebugGraphicsAdapter } from "./StandaloneTagDebugAdapter"; export declare function TagDebugAdapterElement, G extends Record>(functionToAttribute: T, additionalFunctions: G): (element: MElement) => { enable: () => void; disable: () => void; dispose: () => void; getCollisionElement(): null; } & Record void> & G; //# sourceMappingURL=TagDebugAdapterElement.d.ts.map