/** * @license Copyright © HatioLab Inc. All rights reserved. */ import { LitElement } from 'lit'; /** http body editor element Example: */ export default class ThingsEditorHttpBody extends LitElement { static styles: import("lit").CSSResult[]; value: { [key: string]: string; }; firstUpdated(): void; render(): import("lit-html").TemplateResult<1>; renderContentType(contentType: any): import("lit-html").TemplateResult<1>; _onChange(e: any): void; }