import { LightningElement } from '@lwc/engine-core'; /** * EXPERIMENTAL: This function provides access to the component constructor, given an HTMLElement. * This API is subject to change or being removed. */ export declare function getComponentConstructor(elm: HTMLElement): typeof LightningElement | null;