declare const _default: { componentName: string; docUrl: string; title: string; category: string; group: string; props: ({ name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: string[]; defaultValue?: undefined; display?: undefined; type?: undefined; items?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; defaultValue: boolean; display?: undefined; type?: undefined; items?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; defaultValue: string; setter: { componentName: string; props: { options: { title: string; value: string; }[]; }; }; display?: undefined; type?: undefined; items?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: { type: string; value: string[]; }; setter: (string | { componentName: string; props: { options: { title: string; value: string; }[]; }; })[]; defaultValue: string; display?: undefined; type?: undefined; items?: undefined; } | { title: string; display: string; type: string; items: { name: string; title: { label: string; tip: string; }; propType: string; setter: (string | { componentName: string; props: { placeholder: string; }; })[]; }[]; name?: undefined; propType?: undefined; setter?: undefined; defaultValue?: undefined; })[]; configure: { component: { isContainer: boolean; isModal: boolean; }; advanced: { callbacks: { onNodeAdd: (fragment: any, currentNode: any) => void; }; }; supports: { events: { name: string; description: string; template: string; }[]; style: boolean; }; }; snippets: { title: string; screenshot: any; schema: { componentName: string; props: { content: string; }; }; }[]; }; export default _default;