/** Register all built-in web components. Called from {@link initEngine} as a
 *  safeguard against aggressive tree-shaking that may drop the top-level
 *  `customElements.define` calls in the individual component files. */
export declare function initWebComponents(): void;
