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