import '@operato/i18n/ox-i18n.js'; import { TemplateResult } from 'lit'; import { OxPropertyEditor, PropertySpec } from '@operato/property-editor'; export default class LocationIncreasePatternEditor extends OxPropertyEditor { static styles: import("lit").CSSResult[]; editorTemplate(value: any, spec: PropertySpec): TemplateResult; startSection: number; startUnit: number; skipNumbering: boolean; _specificPropEl: HTMLElement | null; connectedCallback(): void; disconnectedCallback(): void; _onTapType(e: Event): void; }