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