import type { LitElement } from 'lit'; type Constructable> = new (...args: any[]) => T; export declare function DraftComponentMixin>(superClass: T): T; export {};