type SparePieceProps = {
    pieceType: string;
};
export declare function SparePiece({ pieceType }: SparePieceProps): import("react/jsx-runtime").JSX.Element;
export {};
