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: 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; }; props: ({ name: string; title: string; setValue: (target: any, value: any) => void; setter: { componentName: string; props: { options: { title: string; value: string; }[]; toolbar?: undefined; disableIcon?: undefined; }; }; defaultValue: string; display?: undefined; tip?: undefined; } | { name: string; setter: { componentName: string; props: { options: { label: string; value: string; }[]; toolbar?: undefined; disableIcon?: undefined; }; }; title: string; defaultValue: string; setValue?: undefined; display?: undefined; tip?: undefined; } | { name: string; title: string; setter: string; setValue?: undefined; defaultValue?: undefined; display?: undefined; tip?: undefined; } | { name: string; display: string; title: string; tip: { title: string; url: string; }; setValue: (target: any, value: any) => void; setter: { componentName: string; props: { toolbar: string[]; disableIcon: boolean; options?: undefined; }; }; defaultValue?: undefined; })[]; }; icon: string; category: string; snippets: { title: string; screenshot: string; schema: { componentName: string; props: { plainData: string; }; children: any; }; }[]; }; export default _default;