import { Step } from "@fireenjin/components/dist/types/typings"; declare const _default: ({ checkBack, checkFront, amount, invoiceAmount, name, email, method, checkAmount, beforeHTML, }?: { checkBack?: string; checkFront?: string; amount?: number; invoiceAmount?: number; name?: string; email?: string; method?: string; checkAmount?: number; beforeHTML?: string; }) => Step; export default _default;