import { PipeTransform } from '@angular/core';
export declare class TccTruncateTextPipe implements PipeTransform {
    transform(text: string, target: number, style?: {
        font?: string;
        fontsize?: string;
        fontweight?: string;
    }): string;
    checkSpace(text: any, target: any, context: any): string;
}
