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