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