/** * Loads the strings from a given (5-letter-code) locale * @param {String} locale */ export function loadLocale(locale: string): Promise; /** @type {typeof import("./lit").html} */ export const html: typeof import("./lit").html; /** @type {typeof import("./lit").css} */ export const css: typeof import("./lit").css; export * from "lit/directives/repeat.js"; export * from "lit/directives/keyed.js"; export * from "lit/directives/class-map.js"; export { ifDefined } from "lit/directives/if-defined.js"; export { until } from "lit/directives/until.js"; export { unsafeHTML } from "lit/directives/unsafe-html.js"; export { unsafeSVG } from "lit/directives/unsafe-svg.js"; export { msg } from "./common/msg.js"; import { LitElement } from "lit"; import { nothing } from "lit"; import { svg } from "lit"; import { render } from "lit"; export { LitElement, nothing, svg, render }; export { ref, createRef } from "lit/directives/ref.js"; export { html as staticHtml, unsafeStatic } from "lit/static-html.js"; //# sourceMappingURL=lit.d.ts.map