import { IExportConfig, IExportOptions, IExportTable } from '../export.interface';
export declare class ExportWordService {
    private readonly config;
    constructor(config: IExportConfig);
    private noBorder;
    private getTextRun;
    private getParagraph;
    private getTH;
    private getTD;
    private getLogo;
    private getDescription;
    private getHeader;
    private getWidth;
    export(path: string, table: IExportTable, options?: IExportOptions): Promise<void>;
}
//# sourceMappingURL=word.service.d.ts.map