import type { CSSResult } from 'lit' export interface Theme { styles: CSSResult name: string slIcon: string }