import { VueComponentBase } from "@omnia/fx/ux";
import { LayoutCanvasStore } from "../../..";
export default class StyleLayoutSettingItem extends VueComponentBase {
    editorStore: LayoutCanvasStore;
    private subscriptionHandler;
    private omniaUxLoc;
    private layoutDefinition;
    mounted(): void;
    created(): void;
    private onSectionChange;
    render(): VueTsxSupport.JSX.Element;
}
