import { BalancePieChartTitleProps } from './types';
export declare const BalancePieChartTitle: import("react").ForwardRefExoticComponent<Pick<BalancePieChartTitleProps, "total" | "currency"> & {
    theme?: import("@emotion/react").Theme;
}>;
