import { LineNumberingRestartType } from '../../../../../model/section/enums';
export declare class RtfLineNumberingInfo {
    distance: number;
    start: number;
    countBy: number;
    restart: LineNumberingRestartType;
    copyFrom(obj: RtfLineNumberingInfo): void;
}
