import { PropertyValueMap } from 'lit'; export interface ChangedPropsInterface extends PropertyValueMap { [key: string]: unknown; }