import { LayoutCanvasStore } from "../../.."; import { VueComponentBase } from "@omnia/fx/ux"; export default class GeneralItem extends VueComponentBase { editorStore: LayoutCanvasStore; private subscriptionHandler; private omniaUxLoc; private section; private settings; private model; private layoutItemDelegator; mounted(): void; created(): void; /**Watch for fixed width changes */ private onWidthChange; /** * Watch for section changes * */ private onSectionChange; private onSetWidthOption; private onSetAlignment; private onSetSectionType; render(): VueTsxSupport.JSX.Element; }