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