import { RtfBuilder } from '../../rtf-builder';
import { RtfPictureExportStrategy } from './rtf-picture-export-strategy';
export declare class RtfInlinePictureExportStrategy extends RtfPictureExportStrategy {
    exportShapePicturePrefix(rtfBuilder: RtfBuilder): void;
    exportShapePicturePostfix(rtfBuilder: RtfBuilder): void;
}
