Version: 0.1.00.2.00.2.10.2.20.2.30.2.40.2.50.4.00.4.10.4.20.4.30.4.40.4.50.4.60.4.70.4.80.4.90.4.100.4.110.4.120.4.130.5.01.0.02.0.0-dev.22833292.0.0-dev.2cbe3e02.0.0-dev.486b2a42.0.0-dev.aa290cf2.0.0-dev.daf52762.0.0-dev.e6204442.0.0-dev.ff4fefd2.0.0-rc.12.0.0-rc.22.0.0-rc.32.0.0-rc.42.0.0-rc.52.0.0-rc-dev.23e305d2.0.02.0.12.1.02.2.02.2.12.3.0-pre.12.3.02.3.12.4.0-pre.12.4.0-pre.22.4.0-pre.32.4.02.5.02.5.13.0.0-pre.13.0.0-pre.23.0.0-pre.33.0.0-pre.43.0.0-rc.13.0.0-rc.23.0.0-rc.33.0.0-rc.43.0.03.0.13.0.23.1.03.1.13.1.23.2.03.2.13.2.23.2.3-next.03.2.3-next.13.3.03.3.13.3.23.3.34.0.0-pre.04.0.0-pre.14.0.04.0.14.0.24.0.34.0.44.0.54.0.64.1.04.1.1
/**
* @license
* Copyright 2017 Google LLC
* SPDX-License-Identifier: BSD-3-Clause
*/
* END USERS SHOULD NOT RELY ON THIS OBJECT.
*
* We currently do not make a mangled rollup build of the lit-ssr code. In order
* to keep a number of (otherwise private) top-level exports mangled in the
* client side code, we export a _$LE object containing those members (or
* helper methods for accessing private fields of those members), and then
* re-export them for use in lit-ssr. This keeps lit-ssr agnostic to whether the
* client-side code is being used in `dev` mode or `prod` mode.
* @private
export declare const _$LE: {
attributeToProperty: (el: import("./lit-element.js").LitElement, name: string, value: string | null) => void;
changedProperties: (el: import("./lit-element.js").LitElement) => any;
};
//# sourceMappingURL=private-ssr-support.d.ts.map