interface ChartPieOriginInterface {
    height: number;
    padding: any;
    width: number;
}
/**
 * Returns the origin for pie based charts. For example, something with a radius such as pie, donut, donut utilization,
 * and donut threshold.
 * @private
 */
export declare const getPieOrigin: ({ height, padding, width }: ChartPieOriginInterface) => {
    x: any;
    y: any;
};
export {};
//# sourceMappingURL=chart-origin.d.ts.map