declare const config: { icon: string; label: string; type: string; alias: string; groupsName: string; compType: number; compLib: string; isContainer: boolean; platform: string; isInlineBlock: boolean; props: { name: string; srcType: string; alt: string; compType: number; }; todoProps: { name: { label: string; type: string; groupsName: string; props: { required: boolean; }; }; srcType: { label: string; type: string; groupsName: string; props: { options: { title: string; value: string; }[]; defaultValue: string; style: { padding: string; fontSize: string; }; }; }; src: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { dependProps: { srcType: string; }; required: boolean; }; }; fileCode: { label: string; type: string; groupsName: string; props: { dependProps: { srcType: string; }; required: boolean; }; }; errorSrc: { label: string; type: string; groupsName: string; props: {}; }; alt: { label: string; type: string; groupsName: string; props: { required: boolean; }; }; basicStatus: { label: string; type: string; groupsName: string; props: { options: { title: string; value: number; }[]; defaultValue: number; }; }; selfSpan: { label: string; type: string; groupsName: string; props: { options: ({ title: string; value: number; } | { title: number; value: number; } | { title: string; value: string; })[]; }; }; }; style: { width: string; height: string; }; }; export default config;