import IssuerListContainer from '../helpers/IssuerListContainer';
declare class DotpayElement extends IssuerListContainer {
    static type: string;
}
export default DotpayElement;
