import type { ReactNode } from 'react'; export type Props = { readonly children: ReactNode; readonly className?: string; readonly rowId?: number | string; }; export declare const OrderableRowDragPreview: ({ children, className, rowId }: Props) => import("react").JSX.Element; //# sourceMappingURL=OrderableRowDragPreview.d.ts.map