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