/** @jsxRuntime classic */ /** @jsx jsx */ import { FC } from 'react'; import { IDayToDropProps } from '../../types'; export declare const DayToDrop: FC;