import { LitElement } from "lit"; export type SetupInitializer = (element: E) => (void | (() => void));