/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { Step, Workflow } from '@datashaper/workflow'; export declare function useOthers(step: Step, onChange?: (step: Step) => void, store?: Workflow): (JSX.Element | null)[];