import { StepComponentProps } from '../types/steps';
export declare enum PaymentMethodsEnum {
    ACH = "ACH",
    CREDITCARD = "CREDITCARD",
    WIRE = "WIRE"
}
export declare const Payments: ({ onSubmit, onBack, defaultValues, context, offeringParams, }: StepComponentProps) => import("react/jsx-runtime").JSX.Element;
export default Payments;
