/** @packageDocumentation * @module PropertyEditors */ import { type EditorSpec } from "@itwin/components-react"; /** * Editor specification for weight editor. * @beta */ export declare const WeightEditorSpec: EditorSpec; //# sourceMappingURL=NewWeightEditor.d.ts.map