import { LightningElement } from '@lwc/engine-core'; export declare function hydrateComponent(element: Element, Ctor: typeof LightningElement, props?: { [name: string]: any; }): void;