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