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