import { PieChartDatum } from '../types'; export declare const getMidFactor: (d: PieChartDatum) => 1 | -1; export declare const getAlign: (d: PieChartDatum) => "start" | "end";