/** * @description * A call-through to the Lit `@customElement` decorator that also adds component * information such as the tag name as a static property on the class. */ export declare function customElement(tagName: string): (target: any) => void;