export declare interface ExceptionsPlaceholderMap {
    [key: string]: string;
}
export declare interface TextWidths {
    textWidths: number[];
    maxTextWidth: number;
}
