export declare const getFormInitialValues: (fieldsSections: IFormFieldsSection[]) => { [key: string]: string | number | boolean; };