declare const _default: { icon: string; label: string; type: string; alias: string; compLib: string; compType: number; isBusiObjContainer: boolean; isContainer: boolean; isInlineBlock: boolean; props: { name: string; content: string; version: string; basicStatus: number; showHtml: boolean; }; style: { width: string; fontSize: string; lineHeight: string; backgroundColor: string; textAlign: string; }; todoProps: { content: { label: string; type: string; groupsName: string; props: { maxLength: number; imageMaxNumber: number; }; }; selfSpan: { label: string; type: string; groupsName: string; props: { options: ({ title: string; value: number; } | { title: number; value: number; } | { title: string; value: string; })[]; }; }; }; platform: string; groupsName: string; }; export default _default;