declare const _default: { icon: string; label: string; type: string; platform: string; compType: number; compLib: string; isContainer: boolean; alias: string; props: { name: string; tab: string; visible: boolean; }; todoProps: { name: { label: string; type: string; groupsName: string; props: {}; istodoBind: boolean; }; tab: { label: string; type: string; istodoBind: boolean; groupsName: string; }; }; style: { minHeight: number; padding: number; background: string; }; }; export default _default;