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