import { type JSX } from "react"; interface Props { clientSecret: string; } export declare function StripeExpressPayment({ clientSecret, }: Props): JSX.Element | null; export {};