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