declare const _default: { icon: string; label: string; type: string; platform: string; compType: number; compLib: string; isContainer: boolean; props: { animated: boolean; tabActiveKey: string; defaultActiveKey: string; tabBarGutter: string; tabPosition: string; size: string; }; todoProps: { size: { groupsName: string; label: string; type: string; props: { options: { title: string; value: string; }[]; style: { padding: string; fontSize: string; }; }; }; defaultActiveKey: { groupsName: string; label: string; type: string; istodoBind: boolean; props: { defaultValue: string; }; }; tabPosition: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { options: { title: string; value: string; }[]; style: { padding: string; fontSize: string; }; }; }; animated: { label: string; type: string; groupsName: string; istodoBind: boolean; }; tabBarGutter: { groupsName: string; label: string; type: string; istodoBind: boolean; props: { min: number; max: number; }; }; type: { label: string; type: string; groupsName: string; istodoBind: boolean; props: { defaultValue: string; options: { title: string; value: string; }[]; style: { width: number; height: number; textAlign: string; fontSize: string; }; }; }; }; style: { width: string; margin: string; padding: string; }; todoStyles: { width: { label: string; groupsName: string; type: string; }; padding: { label: string; type: string; groupsName: string; props: { min: number; }; }; margin: { label: string; groupsName: string; type: string; }; }; onlyChildren: string[]; }; export default _default;