import React from 'react'; export declare type TBudgetParameter = { monthly: boolean; setMonthly: React.Dispatch>; couple: boolean; setCouple: React.Dispatch>; inLondon: boolean; setInLondon: React.Dispatch>; }; export declare const BudgetParameter: ({ monthly, setMonthly, couple, setCouple, inLondon, setInLondon, }: TBudgetParameter) => import("@emotion/react/jsx-runtime").JSX.Element;