interface SuccessInvestmentProps {
    investmentAmount?: string;
    offeringId: string;
    onStartNewInvestment: () => void;
}
declare const SuccessInvestment: ({ investmentAmount, offeringId, onStartNewInvestment, }: SuccessInvestmentProps) => import("react/jsx-runtime").JSX.Element;
export default SuccessInvestment;
