import { type AttrChangedCallback } from "./metadata.js";
export declare function attrChanged(...names: string[]): <This extends HTMLElement>(cb: AttrChangedCallback, ctx: ClassMethodDecoratorContext<This>) => void;
