import { type DragAndDropContainerProps } from '../DragAndDrop/DragAndDropContainer'; export type TextInputFieldSetProps = DragAndDropContainerProps & { label?: string; }; export declare const TextInputFieldSet: ({ children, className, draggable, label, onSetNewOrder, }: TextInputFieldSetProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=TextInputFieldSet.d.ts.map