import { DefineComponent, ExtractPropTypes, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ObjectDirective } from 'vue'; import { DefineComponent } from '@primevue/core'; import { ButtonProps, ButtonSlots } from 'primevue/button'; import { InputTextProps, InputTextSlots } from 'primevue/inputtext'; import { InputNumberProps, InputNumberSlots, InputNumberBlurEvent, InputNumberInputEvent, InputNumberMethods } from 'primevue/inputnumber'; import { SelectProps, SelectSlots, SelectFilterEvent, SelectChangeEvent, SelectMethods } from 'primevue/select'; import { FieldsetProps, FieldsetSlots, FieldsetToggleEvent } from 'primevue/fieldset'; import { DialogProps, DialogSlots } from 'primevue/dialog'; import { ProgressSpinnerProps, ProgressSpinnerSlots } from 'primevue/progressspinner'; import { SplitterProps, SplitterSlots, SplitterResizeStartEvent, SplitterResizeEvent, SplitterResizeEndEvent, SplitterMethods } from 'primevue/splitter'; import { SplitterPanelProps, SplitterPanelSlots } from 'primevue/splitterpanel'; import { TabsProps, TabsSlots } from 'primevue/tabs'; import { TabListProps, TabListSlots } from 'primevue/tablist'; import { TabProps, TabSlots } from 'primevue/tab'; import { TabPanelsProps, TabPanelsSlots } from 'primevue/tabpanels'; import { TabPanelProps, TabPanelSlots } from 'primevue/tabpanel'; import { TreeProps, TreeSlots, TreeFilterEvent, TreeExpandedKeys, TreeSelectionKeys, TreeNodeDropEvent, TreeDragEnterEvent, TreeDragLeaveEvent } from 'primevue/tree'; import { TreeNode } from 'primevue/treenode'; import { TextareaProps, TextareaSlots } from 'primevue/textarea'; import { RadioButtonProps, RadioButtonSlots } from 'primevue/radiobutton'; import { AutoCompleteProps, AutoCompleteSlots, AutoCompleteChangeEvent, AutoCompleteCompleteEvent, AutoCompleteOptionSelectEvent, AutoCompleteOptionUnselectEvent, AutoCompleteDropdownClickEvent } from 'primevue/autocomplete'; import { CheckboxProps, CheckboxSlots } from 'primevue/checkbox'; import { ColorPickerProps, ColorPickerSlots, ColorPickerChangeEvent } from 'primevue/colorpicker'; import { TabViewProps, TabViewSlots, TabViewClickEvent, TabViewChangeEvent } from 'primevue/tabview'; declare const _default: DefineComponent any[]; }; customRouteOptions: { type: ArrayConstructor; default: any; }; }>, {}, { editableBlock: any; routeName: any; chartDataJson: string; bookmarksJson: string; linksJson: string; showMarkdownEditor: boolean; showJsonEditor: boolean; currentJsonType: any; showMarkdownBrowser: boolean; selectedMarkdownFile: any; markdownSelectionError: string; markdownPreviewHtml: string; markdownPreviewLoading: boolean; markdownPreviewError: string; showFileBrowser: boolean; selectedFile: any; fileSelectionError: string; }, { currentConfigComponent(): any; blockTypes(): { label: any; value: any; }[]; routeOptions(): unknown[]; currentJsonContent(): string; }, { updateConfig(newConfig: any): void; initializeJsonFields(): void; onTypeChange(): void; setDefaultRoute(type: any): void; getDefaultConfig(type: any): any; applyChanges(): void; handleMarkdownSave(content: any): void; openJsonEditor(type: any): void; handleJsonSave(content: any): void; openMarkdownBrowser(): void; onMarkdownNodeSelected(nodeData: any): Promise; loadMarkdownPreview(nodeId: any): Promise; confirmMarkdownSelection(): void; openFileBrowser(): void; onFileNodeSelected(nodeData: any): void; confirmFileSelection(): void; }, ComponentOptionsMixin, ComponentOptionsMixin, ("close" | "update:block")[], "close" | "update:block", PublicProps, Readonly< ExtractPropTypes<{ block: { type: ObjectConstructor; required: true; }; customBlockTypes: { type: ArrayConstructor; default: () => any[]; }; customRouteOptions: { type: ArrayConstructor; default: any; }; }>> & Readonly<{ onClose?: (...args: any[]) => any; "onUpdate:block"?: (...args: any[]) => any; }>, { customBlockTypes: unknown[]; customRouteOptions: unknown[]; }, {}, { PrimeButton: DefineComponent void>; PrimeInputText: DefineComponent void) & ((e: "value-change", value: string) => void)>; PrimeInputNumber: DefineComponent void) & ((e: "value-change", value: number) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: InputNumberBlurEvent) => void) & ((e: "input", event: InputNumberInputEvent) => void), InputNumberMethods>; PrimeSelect: DefineComponent void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void) & ((e: "show") => void) & ((e: "hide") => void), SelectMethods>; PrimeFieldset: DefineComponent void) & ((e: "update:collapsed", value: boolean) => void)>; PrimeDialog: DefineComponent void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>; PrimeProgressSpinner: DefineComponent void>; MarkdownEditorDialog: DefineComponent, {}, { localContent: string; }, { markdownPreview(): string; }, { handleSave(): void; handleCancel(): void; }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "cancel" | "save")[], "update:modelValue" | "cancel" | "save", PublicProps, Readonly< ExtractPropTypes<{ modelValue: { type: BooleanConstructor; default: boolean; }; content: { type: StringConstructor; default: string; }; }>> & Readonly<{ "onUpdate:modelValue"?: (...args: any[]) => any; onSave?: (...args: any[]) => any; onCancel?: (...args: any[]) => any; }>, { modelValue: boolean; content: string; }, {}, { PrimeDialog: DefineComponent void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>; PrimeButton: DefineComponent void>; PrimeSplitter: DefineComponent void) & ((e: "resize", event: SplitterResizeEvent) => void) & ((e: "resizeend", event: SplitterResizeEndEvent) => void), SplitterMethods>; PrimeSplitterPanel: DefineComponent void>; CodeMirrorBase: DefineComponent boolean; }; }>, {}, { editorView: any; }, {}, { createEditor(): void; destroyEditor(): void; }, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly< ExtractPropTypes<{ modelValue: { type: StringConstructor; default: string; }; language: { type: StringConstructor; default: string; validator: (value: unknown) => boolean; }; }>> & Readonly<{ "onUpdate:modelValue"?: (...args: any[]) => any; }>, { modelValue: string; language: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; }, {}, string, ComponentProvideOptions, true, {}, any>; JsonEditorDialog: DefineComponent, {}, { localContent: string; }, {}, { handleSave(): void; handleCancel(): void; }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "cancel" | "save")[], "update:modelValue" | "cancel" | "save", PublicProps, Readonly< ExtractPropTypes<{ modelValue: { type: BooleanConstructor; default: boolean; }; content: { type: StringConstructor; default: string; }; title: { type: StringConstructor; default: string; }; }>> & Readonly<{ "onUpdate:modelValue"?: (...args: any[]) => any; onSave?: (...args: any[]) => any; onCancel?: (...args: any[]) => any; }>, { title: string; modelValue: boolean; content: string; }, {}, { PrimeDialog: DefineComponent void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>; PrimeButton: DefineComponent void>; CodeMirrorBase: DefineComponent boolean; }; }>, {}, { editorView: any; }, {}, { createEditor(): void; destroyEditor(): void; }, ComponentOptionsMixin, ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", PublicProps, Readonly< ExtractPropTypes<{ modelValue: { type: StringConstructor; default: string; }; language: { type: StringConstructor; default: string; validator: (value: unknown) => boolean; }; }>> & Readonly<{ "onUpdate:modelValue"?: (...args: any[]) => any; }>, { modelValue: string; language: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; }, {}, string, ComponentProvideOptions, true, {}, any>; FieldLabel: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ label: { type: StringConstructor; required: true; }; forId: { type: StringConstructor; default: string; }; help: { type: StringConstructor; default: string; }; example: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { help: string; example: string; forId: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; TreeExplorer: DefineComponent {}; }; showUserHome: { type: BooleanConstructor; default: boolean; }; showFiles: { type: BooleanConstructor; default: boolean; }; }>, {}, { activeTab: number; userHomesNodes: any[]; nodes: any[]; selectedKey: any; splitedKey: any; expandedKeys: {}; }, {}, { initTree(): Promise; initUserHomeTree(): Promise; onNodeSelect(node: any): void; onNodeExpand(node: any, nodes: any): Promise; addChildren(children: any, parent: any, nodes: any): any; addElementChildren(tree: any, key: any, children: any, step: any): any; containsKey(shortKey: any, longKey: any, step: any): boolean; getNodeId(node: any): any; openCurrentPath(): Promise; }, ComponentOptionsMixin, ComponentOptionsMixin, "selectNode"[], "selectNode", PublicProps, Readonly< ExtractPropTypes<{ currentNode: { type: ObjectConstructor; default: () => {}; }; showUserHome: { type: BooleanConstructor; default: boolean; }; showFiles: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ onSelectNode?: (...args: any[]) => any; }>, { currentNode: Record; showUserHome: boolean; showFiles: boolean; }, {}, { PrimeTabs: DefineComponent void>; PrimeTabList: DefineComponent void>; PrimeTab: DefineComponent void>; PrimeTabPanels: DefineComponent void>; PrimeTabPanel: DefineComponent void>; PrimeTree: DefineComponent void) & ((e: "update:value", value: TreeNode[]) => void) & ((e: "update:expandedKeys", value: TreeExpandedKeys) => void) & ((e: "update:selectionKeys", value: TreeSelectionKeys) => void) & ((e: "node-select", node: TreeNode) => void) & ((e: "node-unselect", node: TreeNode) => void) & ((e: "node-expand", node: TreeNode) => void) & ((e: "node-collapse", node: TreeNode) => void) & ((e: "node-drop", event: TreeNodeDropEvent) => void) & ((e: "node-dragenter", node: TreeNode) => void) & ((e: "node-dragleave", node: TreeNode) => void) & ((e: "drag-enter", event: TreeDragEnterEvent) => void) & ((e: "drag-leave", event: TreeDragLeaveEvent) => void)>; }, {}, string, ComponentProvideOptions, true, {}, any>; MarkdownConfig: DefineComponent, {}, { localSourceType: string; userChangedType: boolean; }, { markdownContent(): any; }, { detectMarkdownSourceType(): void; }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:config" | "open-markdown-editor" | "open-markdown-browser")[], "update:config" | "open-markdown-editor" | "open-markdown-browser", PublicProps, Readonly< ExtractPropTypes<{ config: { type: ObjectConstructor; required: true; }; }>> & Readonly<{ "onUpdate:config"?: (...args: any[]) => any; "onOpen-markdown-editor"?: (...args: any[]) => any; "onOpen-markdown-browser"?: (...args: any[]) => any; }>, {}, {}, { PrimeInputText: DefineComponent void) & ((e: "value-change", value: string) => void)>; PrimeTextarea: DefineComponent void) & ((e: "value-change", value: string) => void)>; PrimeRadioButton: DefineComponent void) & ((e: "value-change", value: any) => void) & ((e: "change", event: Event) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void)>; FieldLabel: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ label: { type: StringConstructor; required: true; }; forId: { type: StringConstructor; default: string; }; help: { type: StringConstructor; default: string; }; example: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { help: string; example: string; forId: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; }, {}, string, ComponentProvideOptions, true, {}, any>; ChartConfig: DefineComponent, {}, { chartTypes: string[]; }, {}, { updateChartType(newType: any): void; }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:config" | "open-json-editor")[], "update:config" | "open-json-editor", PublicProps, Readonly< ExtractPropTypes<{ config: { type: ObjectConstructor; required: true; }; chartDataJson: { type: StringConstructor; default: string; }; }>> & Readonly<{ "onUpdate:config"?: (...args: any[]) => any; "onOpen-json-editor"?: (...args: any[]) => any; }>, { chartDataJson: string; }, {}, { PrimeSelect: DefineComponent void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void) & ((e: "show") => void) & ((e: "hide") => void), SelectMethods>; PrimeTextarea: DefineComponent void) & ((e: "value-change", value: string) => void)>; FieldLabel: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ label: { type: StringConstructor; required: true; }; forId: { type: StringConstructor; default: string; }; help: { type: StringConstructor; default: string; }; example: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { help: string; example: string; forId: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; }, {}, string, ComponentProvideOptions, true, {}, any>; FavoritesConfig: DefineComponent, {}, { sites: any[]; filteredSites: any[]; selectedSite: any; }, { filterOptions(): { label: string; value: string; }[]; }, { loadSites(): void; searchSites(event: any): void; onSiteSelect(event: any): void; onSiteClear(): void; updateFilter(value: any): void; }, ComponentOptionsMixin, ComponentOptionsMixin, "update:config"[], "update:config", PublicProps, Readonly< ExtractPropTypes<{ config: { type: ObjectConstructor; required: true; }; }>> & Readonly<{ "onUpdate:config"?: (...args: any[]) => any; }>, {}, {}, { PrimeSelect: DefineComponent void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void) & ((e: "show") => void) & ((e: "hide") => void), SelectMethods>; PrimeAutoComplete: DefineComponent void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: AutoCompleteChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void) & ((e: "show") => void) & ((e: "hide") => void) & ((e: "complete", event: AutoCompleteCompleteEvent) => void) & ((e: "item-select", event: AutoCompleteOptionSelectEvent) => void) & ((e: "item-unselect", event: AutoCompleteOptionUnselectEvent) => void) & ((e: "option-select", event: AutoCompleteOptionSelectEvent) => void) & ((e: "option-unselect", event: AutoCompleteOptionUnselectEvent) => void) & ((e: "dropdown-click", event: AutoCompleteDropdownClickEvent) => void)>; FieldLabel: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ label: { type: StringConstructor; required: true; }; forId: { type: StringConstructor; default: string; }; help: { type: StringConstructor; default: string; }; example: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { help: string; example: string; forId: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; }, {}, string, ComponentProvideOptions, true, {}, any>; BookmarksConfig: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "open-json-editor"[], "open-json-editor", PublicProps, Readonly< ExtractPropTypes<{ bookmarksJson: { type: StringConstructor; default: string; }; }>> & Readonly<{ "onOpen-json-editor"?: (...args: any[]) => any; }>, { bookmarksJson: string; }, {}, { PrimeTextarea: DefineComponent void) & ((e: "value-change", value: string) => void)>; FieldLabel: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ label: { type: StringConstructor; required: true; }; forId: { type: StringConstructor; default: string; }; help: { type: StringConstructor; default: string; }; example: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { help: string; example: string; forId: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; }, {}, string, ComponentProvideOptions, true, {}, any>; ExternalAppsConfig: DefineComponent, {}, { links: any[]; showDialog: boolean; showIconPicker: boolean; editingIndex: any; currentLink: { type: string; link: string; value: string; icon: string; color: string; }; typeMap: { calendar: { label: string; icon: string; }; chat: { label: string; icon: string; }; contacts: { label: string; icon: string; }; docs: { label: string; icon: string; }; email: { label: string; icon: string; }; storage: { label: string; icon: string; }; iam: { label: string; icon: string; }; notes: { label: string; icon: string; }; projects: { label: string; icon: string; }; tasks: { label: string; icon: string; }; video: { label: string; icon: string; }; wiki: { label: string; icon: string; }; other: { label: string; icon: string; }; }; }, { availableTypes(): { value: string; label: any; icon: any; }[]; }, { parseLinksJson(json: any): void; updateUseFavicon(value: any): void; openAddDialog(): void; editLink(index: any): void; handleIconSelect(icon: any): void; deleteLink(index: any): void; saveLink(): void; emitLinksUpdate(): void; getIconForType(type: any): any; getLabelForType(type: any): any; getFaviconUrl(link: any): string; onFaviconError(event: any): void; }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:config" | "update:links-json")[], "update:config" | "update:links-json", PublicProps, Readonly< ExtractPropTypes<{ config: { type: ObjectConstructor; required: true; }; linksJson: { type: StringConstructor; default: string; }; }>> & Readonly<{ "onUpdate:config"?: (...args: any[]) => any; "onUpdate:links-json"?: (...args: any[]) => any; }>, { linksJson: string; }, {}, { PrimeDialog: DefineComponent void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>; PrimeButton: DefineComponent void>; PrimeCheckbox: DefineComponent void) & ((e: "value-change", value: any) => void) & ((e: "change", event: Event) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "update:indeterminate", value: false) => void)>; PrimeSelect: DefineComponent void) & ((e: "update:modelValue", value: any) => void) & ((e: "value-change", value: any) => void) & ((e: "change", event: SelectChangeEvent) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: Event) => void) & ((e: "before-show") => void) & ((e: "before-hide") => void) & ((e: "show") => void) & ((e: "hide") => void), SelectMethods>; PrimeInputText: DefineComponent void) & ((e: "value-change", value: string) => void)>; PrimeColorPicker: DefineComponent void) & ((e: "value-change", value: any) => void) & ((e: "change", event: ColorPickerChangeEvent) => void) & ((e: "show") => void) & ((e: "hide") => void)>; FieldLabel: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ label: { type: StringConstructor; required: true; }; forId: { type: StringConstructor; default: string; }; help: { type: StringConstructor; default: string; }; example: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { help: string; example: string; forId: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; IconPickerDialog: DefineComponent, {}, { searchQuery: string; selectedIcon: string; activeTab: number; categories: { key: string; }[]; iconsByCategory: { system: string[]; communication: string[]; media: string[]; files: string[]; business: string[]; user: string[]; development: string[]; misc: string[]; }; }, { filteredIcons(): string[]; }, { selectIcon(icon: any): void; confirmSelection(): void; getIconsByCategory(categoryKey: any): any; }, ComponentOptionsMixin, ComponentOptionsMixin, ("update:modelValue" | "select")[], "update:modelValue" | "select", PublicProps, Readonly< ExtractPropTypes<{ modelValue: { type: BooleanConstructor; default: boolean; }; currentIcon: { type: StringConstructor; default: string; }; }>> & Readonly<{ onSelect?: (...args: any[]) => any; "onUpdate:modelValue"?: (...args: any[]) => any; }>, { modelValue: boolean; currentIcon: string; }, {}, { PrimeDialog: DefineComponent void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>; PrimeButton: DefineComponent void>; PrimeInputText: DefineComponent void) & ((e: "value-change", value: string) => void)>; PrimeTabView: DefineComponent void) & ((e: "tab-click", event: TabViewClickEvent) => void) & ((e: "tab-change", event: TabViewChangeEvent) => void)>; PrimeTabPanel: DefineComponent void>; }, {}, string, ComponentProvideOptions, true, {}, any>; }, {}, string, ComponentProvideOptions, true, {}, any>; PdfImageConfig: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("update:config" | "open-file-browser")[], "update:config" | "open-file-browser", PublicProps, Readonly< ExtractPropTypes<{ config: { type: ObjectConstructor; required: true; }; }>> & Readonly<{ "onUpdate:config"?: (...args: any[]) => any; "onOpen-file-browser"?: (...args: any[]) => any; }>, {}, {}, { PrimeInputText: DefineComponent void) & ((e: "value-change", value: string) => void)>; FieldLabel: DefineComponent, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ label: { type: StringConstructor; required: true; }; forId: { type: StringConstructor; default: string; }; help: { type: StringConstructor; default: string; }; example: { type: StringConstructor; default: string; }; }>> & Readonly<{}>, { help: string; example: string; forId: string; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; }, {}, string, ComponentProvideOptions, true, {}, any>; NoConfig: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>; }, { tooltip: ObjectDirective; }, string, ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=BlockConfigEditor.vue.d.ts.map