declare const config: { icon: string; label: string; type: string; alias: string; groupsName: string; compType: number; compLib: string; isContainer: boolean; isBusiObjContainer: boolean; props: { name: string; header: string; colSpan: number; colSpace: number; rowSpace: number; labelCol: number; wrapperCol: number; layout: string; }; style: { padding: 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: { maxLength: number; showCount: boolean; }; }; colSpan: { label: string; type: string; istodoBind: boolean; groupsName: string; props: { defaultValue: number; isProps: boolean; typeFlag: string; required: boolean; options: { title: string; value: number; type: string[]; }[]; }; }; colSpace: { label: string; type: string; istodoBind: boolean; groupsName: string; props: { options: { title: string; value: string; }[]; }; }; rowSpace: { label: string; type: string; istodoBind: boolean; groupsName: string; props: { options: { title: string; value: string; }[]; }; }; colon: { label: string; type: string; istodoBind: boolean; groupsName: string; props: { defaultValue: boolean; }; }; layout: { label: string; type: string; istodoBind: boolean; groupsName: string; props: { defaultValue: string; options: { title: string; value: string; }[]; }; }; }; }; export default config;