export declare function PayModal({ onExited }: {
    onExited?: () => void;
}): import("react/jsx-runtime").JSX.Element;
