import { ThemeColors } from '@axelor/aos-mobile-ui'; import { Field, JSONObject, Panel } from '../types'; export declare const mapStudioFields: (items: any[], Colors: ThemeColors, removeUnauthorizedFields?: (item: any) => any) => { panels: JSONObject; fields: JSONObject; defaults: any; }; export declare const mapFormToStudioFields: (fields: any[], formValues: any) => JSONObject;