import './things-editor-http-headers.js'; import './things-editor-http-parameters.js'; import './things-editor-http-body.js'; import './things-editor-db-procedure.js'; import './things-editor-tag-scenarios.js'; import { OxPropertyEditor } from '@operato/property-editor'; export declare class PropertyEditorScenarioStepInput extends OxPropertyEditor { static get styles(): import("lit").CSSResult[]; editorTemplate(value: any, spec: any): import("lit-html").TemplateResult<1>; } export declare class PropertyEditorHttpHeaders extends OxPropertyEditor { static get styles(): import("lit").CSSResult[]; editorTemplate(value: any, spec: any): import("lit-html").TemplateResult<1>; } export declare class PropertyEditorHttpParameters extends OxPropertyEditor { static get styles(): import("lit").CSSResult[]; editorTemplate(value: any, spec: any): import("lit-html").TemplateResult<1>; } export declare class PropertyEditorHttpBody extends OxPropertyEditor { static get styles(): import("lit").CSSResult[]; editorTemplate(value: any, spec: any): import("lit-html").TemplateResult<1>; } export declare class PropertyEditorProcedureParameters extends OxPropertyEditor { static get styles(): import("lit").CSSResult[]; editorTemplate(value: any, spec: any): import("lit-html").TemplateResult<1>; } export declare class PropertyEditorTagScenarios extends OxPropertyEditor { static get styles(): import("lit").CSSResult[]; editorTemplate(value: any, spec: any): import("lit-html").TemplateResult<1>; }