import { Currency } from './Currency';
import { EthMintErc721 } from './EthMintErc721';
export declare class CeloMintErc721 extends EthMintErc721 {
    feeCurrency?: Currency | undefined;
}
