import { Label, Line } from '../types';
export declare const calcLines: (labels: Label[], showLight: boolean, showAdditionalInCircle: boolean) => Line[];
