import { IProps } from '../types'; export declare const wrapFormItemProps: (props: IProps[]) => (IProps | { name: string; title: string; extraProps: { display: string; defaultCollapsed: boolean; }; type: string; items: IProps[]; })[];