declare const _default: { snippets: { title: string; screenshot: any; schema: { componentName: string; props: { 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: string; setter: string; supportVariable?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter?: undefined; supportVariable?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; supportVariable: boolean; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue: boolean; setter: string; supportVariable: boolean; } | { name: string; title: { label: string; tip: string; }; propType: string; setter?: undefined; supportVariable?: undefined; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; title: string; initialValue: { type: string; params: string[]; value: { componentName: string; props: { type: string; children: { type: string; value: string; }; }; }[]; }; }; })[]; configure: { supports: { style: boolean; events: { name: string; description: string; template: string; }[]; }; }; }; export default _default;