import React from "react";
import { DayBoxingProps } from "../types";
export declare const DayBoxing: React.FC<DayBoxingProps>;
