import { AccountBalanceProps } from './types';
export declare const AccountBalance: ({ title, className, onClick, link, variant, fullscreenModeFeature, activeHighlight, widgetMaxWidth, ...props }: AccountBalanceProps) => import("@emotion/react/jsx-runtime").JSX.Element;