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; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter?: undefined; })[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; events: any[]; }; }; }; export default _default;