import { LayoutCanvasStore } from "../../.."; import { VueComponentBase } from "@omnia/fx/ux"; export default class StyleSectionItem extends VueComponentBase { editorStore: LayoutCanvasStore; private subscriptionHandler; private omniaUxLoc; private section; private model; mounted(): void; created(): void; /** * Watch for section changes * */ private onSectionChange; render(): VueTsxSupport.JSX.Element; }