import { IComponentDescription } from '../types'; declare const _default: (IComponentDescription | { componentName: string; isFormItemComponent: boolean; title: string; docUrl: string; screenshot: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; configure: { props: import("../types").IProps[]; supports: { style: boolean; events: string[]; }; }; icon: string; category: string; })[]; export default _default;