import { BalancePieChartProps } from './types';
export declare const BalancePieChart: import("react").ForwardRefExoticComponent<Pick<BalancePieChartProps, "data" | "activeHighlight" | "legendColorPalette" | "chartColorPalette" | "pieChartProps" | "onFullscreenModeChange"> & {
    theme?: import("@emotion/react").Theme;
}>;
