export class DomElementBinding {
    /**
     *
     * @type {Element}
     */
    element: Element;
    /**
     *
     * @type {DomElementBindingDescription}
     */
    description: DomElementBindingDescription;
    /**
     *
     * @type {DomElementProcessor}
     */
    processor: DomElementProcessor;
    bind(): void;
    unbind(): void;
}
//# sourceMappingURL=DomElementBinding.d.ts.map