import { LitElement } from "lit"; import "./Radio"; import "./RadioGroup"; export type AnyConstructor = new (...args: any[]) => A;