import { Props } from 'react-rnd'; declare const RndDrag: (props: Props) => import("react/jsx-runtime").JSX.Element; export default RndDrag; export type { Props as RndDragProps } from 'react-rnd'; export type { DraggableData, Position, Grid, RndDragCallback, RndDragEvent, RndResizeStartCallback, HandleStyles } from 'react-rnd';