import type { RefObject } from "react"; import React from "react"; type ItemDragHandleProps = { handleRef?: RefObject; }; declare const ItemDragHandle: (({ handleRef }: ItemDragHandleProps) => React.JSX.Element) & { original: ({ handleRef }: ItemDragHandleProps) => React.JSX.Element; originalName: string; displayName: string; } & { original: (({ handleRef }: ItemDragHandleProps) => React.JSX.Element) & { original: ({ handleRef }: ItemDragHandleProps) => React.JSX.Element; originalName: string; displayName: string; }; originalName: string; displayName: string; } & { createDecorator: (decorator: import("@webiny/react-composition/types").ComponentDecorator<(({ handleRef }: ItemDragHandleProps) => React.JSX.Element) & { original: ({ handleRef }: ItemDragHandleProps) => React.JSX.Element; originalName: string; displayName: string; }>) => (props: unknown) => React.JSX.Element; }; export { ItemDragHandle, type ItemDragHandleProps };