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