/// /*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { DestructureArgs } from '@datashaper/schema'; import type { StepFormProps } from '../types.js'; /** * Just the json object inputs for spread json. * Input table is expected to be edited elsewhere and configured as the step input. */ export declare const DestructureForm: React.FC>;