import IssuerListContainer from '../helpers/IssuerListContainer';
declare class PayuNetBankingElement extends IssuerListContainer {
    static type: string;
    formatProps(props: any): any;
}
export default PayuNetBankingElement;
