export interface AttrOpts {
    name?: string;
    observed?: boolean;
    reflect?: boolean;
}
export declare function attr<This extends HTMLElement>(opts?: AttrOpts): (base: ClassAccessorDecoratorTarget<This, unknown>, ctx: ClassAccessorDecoratorContext<This>) => ClassAccessorDecoratorResult<This, any>;
//# sourceMappingURL=attr.d.ts.map