import {LitElement} from "lit" import themeCss from "./theme.css.js" export class Component extends LitElement { static styles = [themeCss] }