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