declare const _default: { icon: string; label: string; type: string; platform: string; compLib: string; compType: number; isBusiObjContainer: boolean; isContainer: boolean; props: { columns: number; hasTitle: boolean; title: string; }; todoProps: { hasTitle: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: boolean; }; }; title: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; dependProps: { hasTitle: boolean; }; }; }; }; todoStyles: { columns: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: number; options: { title: string; value: number; }[]; }; }; }; onlyChildren: string[]; onlyOnce: boolean; }; export default _default;