declare const _default: { componentName: string; docUrl: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { itemSetter: { componentName: string; props: { config: { items: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; title: string; isRequired: boolean; initialValue: { type: string; value: { componentName: string; props: { src: string; height: number; fit: string; }; }[]; }; }; } | { name: string; title: { label: string; tip: string; }; setter: { componentName: string; props: { template: string; }; }[]; propType?: undefined; })[]; }; }; }; }; }; display?: undefined; type?: undefined; items?: undefined; } | { 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: number; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; defaultValue: string; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; defaultValue: any[]; })[]; name?: undefined; setter?: undefined; })[]; configure: { component: { isContainer: boolean; nestingRule: { childWhitelist: string[]; }; }; supports: { events: { name: string; description: string; template: string; }[]; style: boolean; }; }; snippets: { title: string; screenshot: any; schema: { componentName: string; props: { title: string; items: { children: { type: string; value: { componentName: string; props: { src: string; height: number; fit: string; }; }[]; }; }[]; }; }; }[]; }; export default _default;