import { LitElement } from 'lit'; export declare class JwtViewer extends LitElement { static styles: import("lit").CSSResult; token: string; attributeChangedCallback(name: string, old: string | null, value: string | null): void; render(): import("lit").TemplateResult<1>; } //# sourceMappingURL=jwt-viewer.d.ts.map