declare const _default: { icon: string; label: string; type: string; platform: string; compType: number; compLib: string; props: { linkValue: string; target: string; visible: boolean; fontSize: number; className: string; }; style: { display: string; float: string; width: string; color: string; wordBreak: string; lineHeight: string; padding: string; boxSizing: string; backgroundColor: string; }; todoProps: { linkValue: { label: string; type: string; groupsName: string; props: { required: boolean; }; }; href: { label: string; type: string; groupsName: string; props: { required: boolean; }; }; }; todoStyles: { fontSize: { label: string; type: string; groupsName: string; props: { min: number; max: number; defaultValue: number; }; }; color: { label: string; type: string; groupsName: string; }; }; }; export default _default;