import React from 'react';
import { ManaCostProps } from '../types';
export declare const ManaCost: React.FC<ManaCostProps>;
