import { PayElementProps } from "./PayElement.types"; export declare const PayElement: (props: PayElementProps) => import("react/jsx-runtime").JSX.Element; export declare const initiatePayment: () => void;