type InterestBreakdownProps = {
    visible: boolean;
    onClose: () => void;
    savingsId: string;
};
declare const InterestBreakdown: (props: InterestBreakdownProps) => import("react/jsx-runtime").JSX.Element;
export default InterestBreakdown;
