declare const _default: { icon: string; label: string; type: string; platform: string; compLib: string; compType: number; engineApi: string[]; props: { hasTitle: boolean; title: string; titleTextColor: string; placeholder: string[]; backgroundType: { type: string; color: string; }; }; style: { width: string; height: string; padding: string; boxSizing: string; float: string; backgroundColor: string; }; todoProps: { dataSourceInfo: { type: string; }; selectedFied: { type: string; }; queryFieldList: { type: string; props: { boxName: string; comTypeWhiteList: { list: string[]; errorTip: string; }; }; }; defaultValue: { type: string; props: { boxName: string; }; }; }; todoStyles: { backgroundType: { groupsName: string; label: string; type: string; targetType: string; props: { options: { title: string; value: string; }[]; selectType: string; compType: string; }; ignoreRule: string[]; }; 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; }; }; }; hasTitle: { label: string; groupsName: string; type: string; targetType: string; }; title: { label: string; groupsName: string; type: string; targetType: string; props: { dependProps: { hasTitle: boolean; }; }; }; titleTextColor: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string; dependProps: { hasTitle: boolean; }; }; }; placeholder: { label: string; groupsName: string; type: string; targetType: string; props: { defaultValue: string[]; }; }; }; onlyRoot: string[]; }; export default _default;