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