import { ReactiveElement } from 'lit'; import { Interface } from './base.ts'; /** * Accessor decorator that resolves id references dynamically. * If a string is passed (e.g. from an attribute), it will be resolved to the element with that id. * This decorator observes the connected document fragment for changes to the id attribute * and child elements and if any id reference is established or removed, it will * update the associated property. */ export declare const idReference: , V>() => (target: ClassAccessorDecoratorTarget, context: ClassAccessorDecoratorContext) => any; //# sourceMappingURL=id-reference.d.ts.map