import { ChildDetails } from '@open-formulieren/types/dist/components/children'; import { ExtendedChildDetails } from './types'; export declare const EMPTY_CHILD: ExtendedChildDetails; export declare const SUB_FIELD_NAMES: (keyof ChildDetails)[];