import { StudioComponent, StudioComponentChild, FormDefinition } from '../../types'; /** * will wrap the studio component children in a row grid */ export declare const wrapInRowGrid: (idx: number, rowLength: number, children: StudioComponentChild[]) => StudioComponentChild[]; export declare const mapFormDefinitionToComponent: (name: string, formDefinition: FormDefinition) => StudioComponent; //# sourceMappingURL=map-form-definition-to-component.d.ts.map