import { type AttributePart, type BooleanAttributePart, type PropertyPart } from '@a11d/lit'; import { ValueBinder } from './ValueBinder.js'; export declare class PropertyValueBinder extends ValueBinder { get element(): HTMLElement; get property(): string; get template(): unknown; } //# sourceMappingURL=PropertyValueBinder.d.ts.map