import type { PointBalance } from '../types'; interface PointsBalanceProps { balances: PointBalance[]; style?: object; } export declare function PointsBalance({ balances, style }: PointsBalanceProps): import("react/jsx-runtime").JSX.Element; export default PointsBalance; //# sourceMappingURL=PointsBalance.d.ts.map