import React from "react";
import type { PaperProps } from "@mui/material/Paper";
interface Props {
    churchId: string;
    mainContainerCssProps?: PaperProps;
    showHeader?: boolean;
    recaptchaSiteKey: string;
    churchLogo?: string;
    paymentType?: "card" | "bank";
}
export declare const NonAuthDonationInner: React.FC<Props>;
export {};
//# sourceMappingURL=NonAuthDonationInner.d.ts.map