declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { size: number; direction: string; }; children: { componentName: string; props: { children: string; }; }[]; }; }[]; componentName: string; title: string; category: string; group: string; npm: { package: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; condition?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; condition: { type: string; value: string; }; })[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; }; }; }; export default _default;