declare const _default: { title: string; category: string; group: string; componentName: string; configure: { props: { name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable: boolean; }[]; component: { isContainer: boolean; }; supports: { style: boolean; className: boolean; events: { name: string; description: string; template: string; }[]; }; }; snippets: { title: string; category: string; group: string; screenshot: any; schema: { componentName: string; props: {}; }; }[]; }; export default _default;