/** * — a config element (spec: "Behavior Engine" — "Declarative * event->action wiring"), not a rendered one, same role as : its * attributes are read by OmMapElement's pick/lifecycle dispatch, not by * this class itself. `on`/`layer`/`action` are the wiring; every OTHER * attribute becomes an extra fixed payload key (kebab->camel, like data-emit) * merged with the pick-derived payload — e.g. `target`/`anchor-offset` for * show-overlay, `template` for show-tooltip. */ import { HTMLElementBase } from "../env"; export declare class OmBehaviorElement extends HTMLElementBase { connectedCallback(): void; }