import type { JSONPatchDocument, JSONPath } from 'immutable-json-patch'; import type { JSONParser, JSONPathParser, OnChangeQueryLanguage, OnClassName, OnRenderContextMenuInternal, OnRenderMenuInternal, OnRenderValue, QueryLanguage } from '../../types.js'; interface $$__sveltets_2_IsomorphicComponent = any, Events extends Record = any, Slots extends Record = any, Exports = {}, Bindings = string> { new (options: import('svelte').ComponentConstructorOptions): import('svelte').SvelteComponent & { $$bindings?: Bindings; } & Exports; (internal: unknown, props: Props & { $$events?: Events; $$slots?: Slots; }): Exports & { $set?: any; $on?: any; }; z_$$bindings?: Bindings; } declare const TransformModal: $$__sveltets_2_IsomorphicComponent<{ id?: string; json: unknown; rootPath?: JSONPath; indentation: number | string; truncateTextSize: number; escapeControlCharacters: boolean; escapeUnicodeCharacters: boolean; parser: JSONParser; parseMemoizeOne: JSONParser["parse"]; validationParser: JSONParser; pathParser: JSONPathParser; queryLanguages: QueryLanguage[]; queryLanguageId: string; onChangeQueryLanguage: OnChangeQueryLanguage; onRenderValue: OnRenderValue; onRenderMenu: OnRenderMenuInternal; onRenderContextMenu: OnRenderContextMenuInternal; onClassName: OnClassName; onTransform: (operations: JSONPatchDocument) => void; onClose: () => void; }, { [evt: string]: CustomEvent; }, {}, {}, string>; type TransformModal = InstanceType; export default TransformModal;