declare const config: { icon: string; label: string; type: string; alias: string; compType: number; compLib: string; isContainer: boolean; platform: string; props: { basicStatus: number; colSpan: number; backgroundType: { type: string; color: string; }; }; engineApi: string[]; todoProps: { basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; style: { padding: string; fontSize: string; }; }; }; }; style: { width: string; minHeight: string; backgroundColor: string; overflowY: string; }; todoStyles: { backgroundType: { groupsName: string; label: string; type: string; targetType: string; props: { options: { title: string; value: string; }[]; selectType: string; compType: string; }; ignoreRule: string[]; }; }; }; export default config;