import React from 'react'; import { DragNDropFieldChildrenRenderFn, DragNDropFieldContentProps } from './types'; export declare const renderChildren: (children: React.ReactNode | DragNDropFieldChildrenRenderFn | undefined, props: DragNDropFieldContentProps) => React.ReactNode;