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