import type { UmbBlockGridValueModel } from '../types.js'; import type { UmbPropertyValueDataPotentiallyWithEditorAlias } from '../../../core/property/index.js'; import { UmbBlockEditorValidationPropertyPathTranslatorBase } from '../../block/index.js'; export declare class UmbBlockGridValidationPropertyPathTranslator extends UmbBlockEditorValidationPropertyPathTranslatorBase { translate(paths: Array, data: UmbPropertyValueDataPotentiallyWithEditorAlias): Promise>; } export { UmbBlockGridValidationPropertyPathTranslator as api };