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: { label: string; tip: string; }; setter: { componentName: string; props: { options: { label: string; value: boolean; }[]; toolbar?: undefined; disableIcon?: undefined; }; }; defaultValue: boolean; display?: undefined; tip?: undefined; setValue?: undefined; } | { name: string; title: string; setter: string; defaultValue?: undefined; display?: undefined; tip?: undefined; setValue?: 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: { accordion: boolean; plainData: string; dataSource: { key: string; title: string | import("../utils/parse-data").IContent[]; content: (string | import("../utils/parse-data").IContent[])[]; disabled: boolean; }[]; defaultExpandedKeys: any[]; }; }; }[]; }; export default _default;