declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { data: { title: string; key: string; children: { title: string; key: string; isLeaf: boolean; }[]; }[]; defaultExpandAll: boolean; }; }; }[]; componentName: string; title: string; group: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string; }; setter: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string; }; setter: { componentName: string; props: { itemSetter: { componentName: string; }; }; }; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter?: undefined; defaultValue?: undefined; })[]; configure: { supports: { condition: boolean; loop: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;