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