export declare class Format { /** * 控件类型 */ type: string; /** * 格式器 */ formatter: Array<{ label: string; value: any; }>; }