export declare function define(element: CustomElementConstructor & { metadata: { version: string; tag: string; }; }): void;