export declare class LineInfo {
    maxFontSize: number;
    width: number;
    offsetX: number;
    offsetY: number;
}
