import type { LightningElement } from './base-lightning-element'; /** * EXPERIMENTAL: This function provides access to the component constructor, given an HTMLElement. * This API is subject to change or being removed. * @param elm */ export declare function getComponentConstructor(elm: HTMLElement): typeof LightningElement | null; //# sourceMappingURL=get-component-constructor.d.ts.map