import { Color, ThemeColors } from '@axelor/aos-mobile-ui'; import { SelectionFields, TypeConfig } from './types'; export declare function formatTypes(typeConfigs?: TypeConfig[]): { [modelKey: string]: SelectionFields; }; export declare function getRandomColor(Colors: ThemeColors, index: number): Color;