import { type ReactiveElement } from 'lit'; export declare const associatedEventsByPropertiesKey: unique symbol; export declare function associatedEvent(event: string): (target: ReactiveElement, propertyKey: PropertyKey) => void; //# sourceMappingURL=associatedEvent.d.ts.map