declare const _default: { snippets: { title: string; screenshot: any; schema: { componentName: string; props: { columns: { label: string; value: string; }[][]; }; }; }[]; componentName: string; docUrl: string; title: string; category: string; group: string; priority: number; 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; }; }; }[]; }; }; 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; })[]; configure: { supports: { style: boolean; events: { name: string; description: string; template: string; }[]; }; }; }; export default _default;