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