import { InputProps } from '../../../../ui/index.js';
import * as Inputs from '../../../../ui/components/form/index.js';
export declare function InputManager({ name, label, inputs, gridColumns, inputPath, placeholder, onDeleteItem, ...rest }: InputProps & Partial<Inputs.DragAndDropListProps<any>>): import("react/jsx-runtime").JSX.Element;
