declare const _default: { snippets: { title: string; screenshot: any; schema: { componentName: string; props: { visible: boolean; options: { label: string; value: string; children: { label: string; value: string; }[]; }[]; }; }; }[]; componentName: string; docUrl: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string; }; setter: { componentName: string; props: { itemSetter: { componentName: string; }; }; }; supportVariable: boolean; display?: undefined; type?: undefined; items?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable: boolean; display?: undefined; type?: undefined; items?: undefined; } | { title: string; display: string; type: string; items: { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { placeholder: string; }; })[]; }[]; name?: undefined; propType?: undefined; setter?: undefined; supportVariable?: undefined; })[]; configure: { supports: { style: boolean; events: { name: string; description: string; template: string; }[]; }; }; }; export default _default;