import { ICharacterPropertyDescriptor } from '../../../../../../../common/model/character/character-property-descriptor';
import { ShadingInfo } from '../../../../../../../common/model/shadings/shading-info';
import { XmlReader } from '../../../../zip/xml-reader';
import { CharacterFormattingLeafElementDestination } from '../character-formatting-leaf-element-destination';
export declare class CharacterShadingDestination extends CharacterFormattingLeafElementDestination<ShadingInfo> {
    processElementOpen(reader: XmlReader): Promise<void>;
    protected getDescriptor(): ICharacterPropertyDescriptor<ShadingInfo>;
}
