export declare const truncateString: (visibleLastSymbolsCount: number, label: string) => { firstPartLabel: string; secondPartLabel: string; };