declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { items: { key: string; label: string; }[]; }; }; }[]; componentName: string; title: string; group: string; category: string; npm: { package: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ name: string; title: string; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: string; setter: string; initialValue: (val: any) => any; propType?: undefined; } | { name: string; title: string; setter: string; initialValue?: undefined; propType?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; initialValue?: undefined; })[]; }; }; initialValue: () => { key: string; label: string; }; }; }; }; propType?: undefined; 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; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter?: undefined; })[]; configure: { supports: { style: boolean; }; }; }; export default _default;