declare const _default: { snippets: { title: string; screenshot: string; schema: { title: string; componentName: string; props: { title: string; width: number; height: string; operations: { action: string; type: string; content: string; }[]; getContainer: string; }; children: any[]; }; }[]; componentName: string; title: string; docUrl: string; screenshot: string; devMode: string; group: string; category: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; props: ({ name: string; title: { label: string; tip: string; }; defaultValue: () => string; setter: string[]; propType?: undefined; } | { name: string; title: string; propType: string; setter: string[]; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: string[]; defaultValue: number; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: string[]; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: boolean; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue?: undefined; setter?: undefined; } | { 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: string; isRequired: boolean; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; props: { options: { title: string; value: string; }[]; }; }; isRequired: boolean; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: { componentName: string; props: { options: { title: string; value: string; }[]; }; }; isRequired: boolean; })[]; }; }; }; }; }; defaultValue?: undefined; propType?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; defaultValue?: undefined; setter?: undefined; })[]; configure: { component: { isContainer: boolean; isModal: boolean; rootSelector: string; nestingRule: { parentWhitelist: string[]; }; }; supports: { style: boolean; events: { name: string; description: string; template: string; }[]; }; }; }; export default _default;