declare const _default: { icon: string; label: string; type: string; platform: string; compLib: string; compType: number; props: { name: string; content: string; textType: string; version: string; visible: boolean; showHtml: boolean; className: string; }; style: { display: string; float: string; width: string; color: string; backgroundColor: string; wordBreak: string; lineHeight: string; padding: string; boxSizing: string; overflowY: string; }; todoProps: { content: { label: string; type: string; groupsName: string; istodoBind: boolean; }; }; todoStyles: { width: { label: string; groupsName: string; type: string; props: { defaultValue: string; options: { title: string; value: string; }[]; style: { padding: string; fontSize: string; }; }; }; height: { label: string; groupsName: string; type: string; props: { defaultValue: string; options: { title: string; value: string; }[]; style: { padding: string; fontSize: string; }; }; }; fontSize: { label: string; type: string; groupsName: string; props: { min: number; max: number; }; }; color: { label: string; type: string; groupsName: string; }; textAlign: { label: string; groupsName: string; type: string; props: { defaultValue: string; options: { title: string; value: string; }[]; }; }; lineHeight: { groupsName: string; label: string; type: string; props: { min: number; max: number; }; }; }; }; export default _default;