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