import { FormDefinitionElement, StudioComponentChild } from '../../../types'; declare type MapElementChildrenReturnValue = { children: StudioComponentChild[]; }; export declare function mapElementChildren(elementName: string, element: FormDefinitionElement): MapElementChildrenReturnValue; export {}; //# sourceMappingURL=map-element-children.d.ts.map