import type { ReactiveElement } from 'lit'; import type { Controller } from '../Controller/Controller.js'; export declare const query: (selector: string) => (prototype: ReactiveElement | Controller, propertyKey: PropertyKey) => void; //# sourceMappingURL=query.d.ts.map