import { IFormConfig } from '../utils'; export declare const twoValueComponentList: string[]; export declare const threeValueComponentList: string[]; export declare const generateFieldKey: (type?: string) => string; export declare const getCopyItem: (item: IFormConfig>) => IFormConfig> & { id: string; }; export declare const getCopyLayout: (layout: IFormConfig>, typeMap: Record) => IFormConfig> & { id: string; }; export declare const getCopyTable: (table: IFormConfig>, typeMap?: Record) => IFormConfig> & { id: string; }; export declare const getCopyRow: (row: IFormConfig>, typeMap?: Record) => IFormConfig> & { id: string; }; export declare const getTableItem: (item: IFormConfig>) => IFormConfig> & { id: string; };