import { PropertyDeclaration } from 'lit'; /** * Enables declarative way to set host element attributes such as slots. * Use when needing to set host attributes but not create a public API property/attr for consumer. */ export declare function hostAttr(options?: PropertyDeclaration): import('lit/decorators/property.js').PropertyDecorator;