export declare const truncateText: (fullStr: string, length: number, separator?: string | undefined) => string;