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