/** @jsxRuntime classic */ /** @jsx jsx */ import { FC } from 'react'; import { IDraggableProps } from '../../types'; export declare enum EAxis { ALL = 0, VERTICAL = 1, HORIZONTAL = 2 } export declare const Draggable: FC;