declare class NeoGetJson extends HTMLElement { [key: string]: any; spaces: number; url: string; constructor(); static get observedAttributes(): string[]; attributeChangedCallback(name: string, oldValue: any, newValue: any): void; connectedCallback(): Promise; }