/**
 *
 * @param {string[]} props
 * @param {} value
 * @param {Signal} change_signal
 */
export function make_row_editor(props: string[], value: any, change_signal?: Signal): EmptyView;
/**
 *
 * @param {Vector3} v3
 * @returns {EmptyView}
 */
export function makeV3_editor(v3: Vector3): EmptyView;
import EmptyView from "../../../../../src/view/elements/EmptyView.js";
//# sourceMappingURL=makeV3_editor.d.ts.map