interface CustomElement extends CustomElementConstructor { prototype: T; new (...args: any[]): T; } export declare const builtIn: (is: K, tag: `${string}-${string}`) => >(target: T) => void; export {};