import { IConnectionCompanyData } from '../connection-map.component'; import { D3Selection, ConnectionCompanySVGSelection } from './subsidiary-list-group.class'; export declare const clamp: (selection: D3Selection, selector: string, lines: number) => void; export declare const listedCountryText: (data: IConnectionCompanyData) => string; export declare const sectorText: (data: any) => string; export declare const limitedSectorText: (limit: number, data: IConnectionCompanyData) => string; export declare const selectionHeight: (selection: ConnectionCompanySVGSelection) => number; export declare const ellipsis: (text: string, maxLength: number) => string; export declare const maxSelectionHeight: (selections: Array) => number;