import { ChildrenComponentSchema } from '@open-formulieren/types'; import { RegistryEntry } from '../types'; export interface FormioChildrenFieldProps { componentDefinition: ChildrenComponentSchema; } export declare const FormioChildrenField: React.FC; declare const ChildrenFieldComponent: RegistryEntry; export default ChildrenFieldComponent;