import { LayoutCanvasStore } from "../../..";
import { VueComponentBase, OmniaTheming } from "../../../..";
import { BlockTitleSettingsStore } from "../../../../../stores";
export default class SpacingItem extends VueComponentBase {
    omniaTheming: OmniaTheming;
    blockTitleSettingsStore: BlockTitleSettingsStore;
    editorStore: LayoutCanvasStore;
    private omniaUxLoc;
    private item;
    private settings;
    private model;
    mounted(): void;
    created(): void;
    private onBlockPaddingChanged;
    private onMinHeightChanged;
    render(): VueTsxSupport.JSX.Element;
}
