import type { LitElement } from 'lit'; type Handler = () => void; /** * Runs when the light DOM children of the component changes. */ export declare function observeLightDOM(observerConfig?: MutationObserverInit): (proto: ElemClass, _propertyKey: string, descriptor: TypedPropertyDescriptor) => void; export {};