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