import { ScreenParams, CommonScreenProps } from '../navigation/app';
type Props = CommonScreenProps & {
    params: ScreenParams['savings'];
};
export declare const saveAsYouCollectBenefits: string[];
declare const Savings: ({ params, navigate, goBack, isInitialScreen }: Props) => import("react/jsx-runtime").JSX.Element;
export default Savings;
