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