declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: {}; }; }[]; 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: string; setter: { componentName: string; }; }[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; condition: boolean; loop: boolean; }; }; }; export default _default;