import { FormExtractFunction, FormValues, JBFormWebComponent, TraverseResult } from "./jb-form"; export declare class SubFormList { #private; get list(): readonly JBFormWebComponent[]; get dictionary(): Readonly<{ [x: string]: JBFormWebComponent; }>; setValues(value: TFormValue): void; setInitialValues(value: TFormValue): void; traverse(extractFunction: FormExtractFunction): TraverseResult; add(form: JBFormWebComponent): void; } //# sourceMappingURL=sub-form-list.d.ts.map