import { ReactiveElement } from 'lit'; import { type StateDeclaration } from 'lit/decorators.js'; import { type UpdatedCallback } from './updated/UpdatedController.js'; import { type Controller } from './Controller/Controller.js'; export declare const state: (options?: StateDeclaration & { updated?: UpdatedCallback; }) => (prototype: ReactiveElement | Controller, propertyKey: PropertyKey) => any; //# sourceMappingURL=state.d.ts.map