import { ListLevelProperties } from '../../numbering-lists/list-level-properties';
import { HashBasedCache } from '../hash-based-cache';
export declare class ListLevelPropertiesCache extends HashBasedCache<ListLevelProperties> {
    copyFrom(obj: ListLevelPropertiesCache): void;
    clone(): ListLevelPropertiesCache;
}
