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