import { FC } from 'react'; import { WithDraggableOptions } from '@udecode/plate-dnd'; import { DraggableProps } from './draggable'; export declare const withDraggable: (Component: FC, options?: WithDraggableOptions>>) => import("react").ForwardRefExoticComponent> & Omit & { element: import("@udecode/plate-common").TElement; } & import("react").RefAttributes>; export declare const withDraggablesPrimitive: (components: any, options: (Partial>>> & import("@udecode/plate-common").AnyObject & { key?: string | undefined; keys?: string[] | undefined; }) | (Partial>>> & import("@udecode/plate-common").AnyObject & { key?: string | undefined; keys?: string[] | undefined; })[]) => any; export declare const withDraggables: (components: any) => any;