import type { PropertyDeclaration, ReactiveElement } from 'lit'; import { type UpdatedCallback } from './updated/UpdatedController.js'; export declare const property: (options?: PropertyDeclaration & { updated?: UpdatedCallback; bindingDefault?: boolean; event?: string; }) => (prototype: ReactiveElement, propertyKey: PropertyKey) => any; //# sourceMappingURL=property.d.ts.map