import { Section } from '../../../../../../common/model/section/section';
import { BaseExporter } from '../base';
import { Data } from '../../data';
export declare class SectionExporter extends BaseExporter {
    private _section;
    private static readonly defaultProps;
    private static createDefaultProperties;
    constructor(data: Data, _section: Section);
    exportProperties(): void;
    private exportHeaderFooter;
    private exportSectionHeadersFootersCore;
    private exportSectionPropertiesCore;
    private exportSectionPage;
    private shouldExportSectionPage;
    private exportSectionMargins;
    private exportSectionLineNumbering;
    private exportSectionPageNumbering;
    private shouldExportPageNumbering;
    private exportSectionColumns;
    private shouldExportSectionColumns;
    private exportEqualWidthColumns;
    private exportNonUniformColumns;
    private exportSectionGeneralSettings;
}
