declare const config: { icon: string; label: string; type: string; alias: string; groupsName: string; compType: number; isContainer: boolean; platform: string; compLib: string; props: { name: string; orientation: string; dashed: boolean; type: string; showTitle: boolean; selfSpan: string; }; todoProps: { labelCol: { label: string; type: string; groupsName: string; props: { dependProps: { noShow: boolean; }; }; }; wrapperCol: { label: string; type: string; groupsName: string; props: { dependProps: { noShow: boolean; }; }; }; name: { label: string; type: string; groupsName: string; props: { required: boolean; maxLength: number; showCount: boolean; }; }; type: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; }; }; dashed: { label: string; type: string; groupsName: string; props: { options: { title: string; value: boolean; }[]; defaultValue: boolean; dependProps: { type: string; }; }; }; dashedWidth: { label: string; type: string; groupsName: string; props: { dependProps: { dashed: boolean; type: string; }; min: number; defaultValue: number; }; }; dashedMargin: { label: string; type: string; groupsName: string; props: { dependProps: { dashed: boolean; type: string; }; min: number; defaultValue: number; }; }; showTitle: { label: string; type: string; groupsName: string; props: { defaultValue: boolean; dependProps: { type: string; }; }; }; dividerText: { label: string; type: string; groupsName: string; props: { dependProps: { showTitle: boolean; type: string; }; placeholder: string; }; }; orientation: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; dependProps: { showTitle: boolean; type: string; }; style: { padding: string; }; }; }; titleColor: { label: string; type: string; groupsName: string; props: { defaultValue: string; 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; }; }; }; titleLineHeight: { label: string; type: string; groupsName: string; props: { defaultValue: string; min: number; max: number; dependProps: { showTitle: boolean; type: string; }; }; }; titleFontWeight: { label: string; groupsName: string; type: string; props: { defaultValue: number; dependProps: { showTitle: boolean; type: string; }; }; }; selfSpan: { label: string; type: string; groupsName: string; props: { options: ({ title: string; value: number; } | { title: number; value: number; } | { title: string; value: string; })[]; }; }; }; style: { borderColor: string; margin: string; }; }; export default config;