import { TDaySlots } from "./types"; declare function DaySlots(props: TDaySlots): import("react/jsx-runtime").JSX.Element; export default DaySlots;