import { IProps } from '../types'; declare const meta: { 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: IProps[]; supports: { style: boolean; events: string[]; }; }; icon: string; category: string; }; export default meta;