import type { LitElement } from "lit"; type Constructor = new (...args: any[]) => T; export declare class WithDependentPropsInterface { when: string; } export declare const DependentPropsMixin: >(superClass: T) => Constructor & T; export {};