import { MaskedParagraphProperties } from '../../paragraph/paragraph-properties';
import { HashBasedCache } from '../hash-based-cache';
export declare class MaskedParagraphPropertiesCache extends HashBasedCache<MaskedParagraphProperties> {
    copyFrom(obj: MaskedParagraphPropertiesCache): void;
    clone(): MaskedParagraphPropertiesCache;
}
