declare const config: { icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; compLib: string; platform: string; isContainer: boolean; props: { columns: { label: string; dataIndex: string; key: string; }[]; name: string; bordered: boolean; labelSize: string; colSpan: number; colon: boolean; labelAlign: string; basicStatus: number; layout: string; }; engineApi: string[]; edEngineApi: string[]; todoProps: { dataSource: { label: string; type: string; groupsName: string; istodoBind: { dataBindType: string; }; props: {}; }; name: { label: string; type: string; groupsName: string; props: {}; }; layout: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { inhibitBtn: boolean; defaultValue: string; options: { title: string; value: string; }[]; }; }; labelAlign: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { inhibitBtn: boolean; options: { title: string; value: string; }[]; }; }; textAlign: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { inhibitBtn: boolean; options: { title: string; value: string; }[]; }; }; labelSize: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { optionsMap: { pixel: { key: string; defaultValue: string; }; grid: { key: string; defaultValue: number; }; fraction: { key: string; format: RegExp; label: string; unit: string; }; }; description: string; }; }; colSpan: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { inhibitBtn: boolean; isProps: boolean; typeFlag: string; required: boolean; options: { title: string; value: number; type: string[]; }[]; }; }; bordered: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; props: { visibleFlag: string; visibleFlagValue: (string | null | undefined)[]; }; }; colon: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; props: { visibleFlag: string; visibleFlagValue: boolean[]; }; }; columns: { label: string; type: string; groupsName: string; props: { isLinkField: boolean; isJSX: boolean; }; enableI18n: boolean; }; lineBreak: { label: string; type: string; groupsName: string; istodoBind: boolean; props: {}; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; }; }; }; style: { margin: string; }; todoStyles: any; todoEvents: never[]; todoActionList: any[]; }; export default config;