import { SxProps } from '@mui/material/styles'; interface SaveEnoughToLiveOnBottomSectionProps { content: string; leftLabel: string; leftValue: string; rightLabel: string; rightValue: string; sx?: SxProps; } declare const SaveEnoughToLiveOnBottomSection: ({ content, leftLabel, leftValue, rightLabel, rightValue, sx, }: SaveEnoughToLiveOnBottomSectionProps) => import("react/jsx-runtime").JSX.Element; export default SaveEnoughToLiveOnBottomSection;