import { PieSlice } from '../types'; declare type Props = { data: PieSlice; pathVariables: { height: number; ir: number; moveDistance: number; rx: number; ry: number; }; }; export declare const LabelPath: ({ data, pathVariables: { height, rx, ry, moveDistance } }: Props) => JSX.Element; export {};