export declare class SkyLinkRecordsFieldModel { key: string; label: string; currentValue: any; newValue: any; constructor(data?: any); }