/** * @file This file is a helper class for its sibling class Table.ts. It provides the logic needed to support the multiEdit property (in LR and ALP). */ import type { SyncRule } from '@sap/ux-specification-types'; import * as v2 from '@sap/ux-specification-types/src/v2/genericSchemaHandling/controls/Table'; export declare class MultiEdit implements v2.MultiEdit { enabled?: boolean; annotationPath?: string; ignoredFields?: v2.IgnoredFieldsType[]; } export declare const syncRuleMultiEdit: SyncRule; //# sourceMappingURL=MultiEdit.d.ts.map