import { XmlReader } from '../../../../../zip/xml-reader';
import { FontNameDestination } from '../../../character-properties/properties/font-name-destination';
export declare class DefaultFontNameDestination extends FontNameDestination {
    protected readFontName(reader: XmlReader): string;
}
