export declare function isSingleLineText(lineLength: number, text: string, textStyle: string): boolean;
