UNPKG

@ssa-ui-kit/widgets

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