import React from "react";
interface DragIndicatorProps {
    className?: {
        wrap?: string;
        indicator?: string;
    };
    style?: {
        wrap?: React.CSSProperties;
        indicator?: React.CSSProperties;
    };
}
declare const _default: React.MemoExoticComponent<({ className, style, }: DragIndicatorProps) => JSX.Element>;
export default _default;
