export interface IMFieldItem { name: string; color: string; } export declare type IMFieldPickerMode = 'compact' | 'stretch';