import React from "react"; import { ShowHeaderObjType } from "../../type"; declare type getFormItemProps = { name: string; title: string; rules?: any[]; required: boolean; component: JSX.Element | string | null; }; export declare const getFormItem: ({ name, title, rules, required, component, }: getFormItemProps) => React.JSX.Element; export declare const showImage: ({ item, type, index, showHeader, }: { item: any; type: string; index: number; showHeader: string[]; }) => React.JSX.Element; export declare const ShowTotalImage: ({ total, allImage, type, showHeader, }: { total: number; allImage: { [key: string]: any; }[]; type: string; showHeader: string[]; }) => React.JSX.Element; export declare const GoodImage: ({ list, type, showHeader }: any) => React.JSX.Element | null; export declare const JstGoodImage: ({ list, type, platformType, logisticsCompanyFormType, }: any) => React.JSX.Element[] | null; export declare const BsExpressRender: ({ list, showField, platformType, logisticsCompanyFormType, }: any) => React.JSX.Element[] | null; export declare const CommonOrderContent: ({ list, valueKey: initValueKey, failValue, options, isShowPopover, idKey, }: any) => React.JSX.Element[] | null; export declare const BsGoodImage: ({ item, index }: { item: any; index: number; }) => React.JSX.Element; export declare const BsExchangeList: ({ list, showHeader }: any) => React.JSX.Element; export declare const BsGoodPic: (list: string[]) => React.JSX.Element; export declare const BsGoodsTable: ({ list, showHeader, text, type, }: { list: any[]; showHeader: (string | ShowHeaderObjType)[]; text?: string | undefined; type?: string | undefined; }) => React.JSX.Element; export declare const FileRender: ({ fileList, canDownload }: any) => React.JSX.Element; export declare const KmVideoRender: ({ fileList, canDownload }: any) => React.JSX.Element; export declare const BsSystemOrderTable: ({ value, type, showHeader }: any) => React.JSX.Element; export declare const MsgContent: ({ horizontal, list, valueKey, failValue, options, hasMoreBtn, }: any) => React.JSX.Element; export declare const AlipayBill: (props: any) => React.JSX.Element; export declare const RenderPicturePro: (props: any) => React.JSX.Element; export {};