declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { title: string; subTitle: string; }; }; }[]; componentName: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue?: undefined; supportVariable?: undefined; setter?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; supportVariable?: undefined; setter?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue?: undefined; supportVariable?: undefined; setter?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; supportVariable: boolean; setter: (string | { componentName: string; props: { config: { items: { name: string; title: { label: string; tip: string; }; setter: { componentName: string; }; }[]; }; }; })[]; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; supportVariable: boolean; setter: (string | { componentName: string; props: { config: { items: { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { itemSetter: { componentName: string; initialValue: { path: string; breadcrumbName: string; }; isRequired: boolean; props: { config: { items: { name: string; defaultValue: string; title: { label: string; tip: string; }; setter: string; }[]; }; }; }; }; }; }[]; }; }; })[]; defaultValue?: undefined; })[]; configure: { supports: { style: boolean; events: { name: string; template: string; }[]; }; }; }; export default _default;