declare const _default: { componentName: string; title: string; props: { name: string; title: { label: string; tip: string; }; propType: string; }[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; }; }; }; export default _default;