import type { Dispatch, SetStateAction } from 'react'; declare type OtherIncomeParams = { handleProgress: () => void; otherIncomeValue: string; setOtherIncomeValue: Dispatch>; }; export declare const OtherIncome: ({ handleProgress, otherIncomeValue, setOtherIncomeValue, }: OtherIncomeParams) => import("@emotion/react/jsx-runtime").JSX.Element; export {};