import { Currency } from './Currency';
import { MintErc20 } from './MintErc20';
export declare class MintCeloErc20 extends MintErc20 {
    feeCurrency: Currency;
}
