import { ReactiveElement } from 'lit'; import { Interface } from './base.ts'; /** * Decorator that calls the given callback when the value * of the associated property is changed. */ export declare const handleDistinctChange: , V>(callback: (instance: C, newValue: V, oldValue: V | undefined) => void) => (target: ClassAccessorDecoratorTarget, context: ClassAccessorDecoratorContext) => any; //# sourceMappingURL=handle-distinct-change.d.ts.map