import { LitElement } from "lit"; export default class TelequebecElement extends LitElement { #private; static version: any; static define(name: string, elementConstructor?: typeof TelequebecElement, options?: ElementDefinitionOptions): void; static dependencies: Record; constructor(); initialReflectedProperties: Map; attributeChangedCallback(name: string, oldValue: string | null, newValue: string | null): void; protected willUpdate(changedProperties: Parameters[0]): void; }