import React from "react";
import { PayCodeProps } from "./types";
export declare const PayCode: (props: PayCodeProps) => React.JSX.Element;
