declare const _default: { group: string; componentName: string; title: string; docUrl: string; screenshot: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ name: string; propType: { type: string; value: string[]; }; description: string; defaultValue: string; } | { name: string; propType: string; description: string; defaultValue?: undefined; } | { name: string; propType: { type: string; value: string[]; }; description: string; defaultValue?: undefined; } | { name: string; propType: string; description: string; defaultValue: boolean; } | { name: string; propType: string; description?: undefined; defaultValue?: undefined; })[]; configure: { component: { isContainer: boolean; nestingRule: { parentWhitelist: string[]; }; }; props: ({ name: string; setter: string; supportVariable: boolean; title: string; description?: undefined; defaultValue?: undefined; } | { name: string; title: string; setter: string; supportVariable: boolean; description: string; defaultValue?: undefined; } | { name: string; setter: { componentName: string; props: { options: string[]; }; }; title: string; defaultValue: string; supportVariable?: undefined; description?: undefined; } | { name: string; setter: string; supportVariable: boolean; title: string; defaultValue: boolean; description?: undefined; })[]; advanced: { callbacks: { onHoverHook: () => boolean; onMouseDownHook: () => boolean; onClickHook: () => boolean; onMove: () => boolean; }; }; }; icon: string; category: string; }; export default _default;