declare const config: { icon: string; label: string; type: string; description: string; image: string; groupsName: string; compType: number; isContainer: boolean; platform: string; compLib: string; props: { name: string; orientation: string; dashed: boolean; type: string; showTitle: boolean; }; todoProps: { name: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { required: boolean; }; }; basicStatus: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: number; }[]; defaultValue: number; }; }; type: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: string; }[]; defaultValue: string; dependProps: { dashed: (item: boolean) => boolean; }; }; }; dashed: { label: string; type: string; groupsName: string; props: { defaultValue: boolean; dependProps: { type: string; }; }; }; dividerColor: { label: string; type: string; groupsName: string; }; dashedWidth: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { dependProps: { dashed: boolean; type: string; }; min: number; defaultValue: number; }; }; dashedMargin: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { dependProps: { dashed: boolean; type: string; }; min: number; defaultValue: number; }; }; showTitle: { label: string; type: string; groupsName: string; istodoBind: { description: { title: string; des: string[]; }[]; }; props: { defaultValue: boolean; dependProps: { type: string; dashed: (item: boolean) => boolean; }; }; }; dividerText: { label: string; type: string; groupsName: string; props: { dependProps: { showTitle: boolean; type: string; }; placeholder: string; defaultValue: string; }; enableI18n: boolean; }; orientation: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: string; }[]; defaultValue: string; dependProps: { showTitle: boolean; type: string; dashed: (item: boolean) => boolean; }; style: { padding: string; fontSize: string; }; }; }; titleColor: { label: string; type: string; groupsName: string; props: { dependProps: { showTitle: boolean; type: string; }; }; }; titleFontSize: { label: string; type: string; groupsName: string; props: { unit: string; min: number; max: number; defaultValue: number; dependProps: { showTitle: boolean; type: string; }; }; }; titleFontWeight: { label: string; groupsName: string; type: string; props: { defaultValue: number; dependProps: { showTitle: boolean; type: string; }; }; }; }; style: { margin: string; }; todoStyles: any; todoEvents: never[]; todoActionList: never[]; }; export default config;