import { VueComponentBase, LayoutCanvasStore } from "@omnia/fx/ux"; export default class TabBlockSettings extends VueComponentBase { private tabInstance; editorStore: LayoutCanvasStore; private subscriptionHandler; private subscriptionSettingsHandler; private settingsService; private block; private model; private blockSettingsStore; mounted(): void; created(): void; beforeDestroy(): void; unsubcribeSettings(): void; private initSettings; private createBlockSettingsForm; render(): any; }