import * as React from 'react';
import type { DragShadowProps } from './types';
declare const DragShadow: ({ background, dragging, height, overrides }: DragShadowProps) => React.JSX.Element;
export default DragShadow;
