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