declare const _default: { componentName: string; title: import("../_utils/i18n").I18nText; props: ({ name: string; title: { label: string; tip: string; }; propType: string; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; })[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; }; }; }; export default _default;