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