import { Type } from "igniteui-react-core";
/**
 * This enumeration is used to configure whether the drop position is set before or after
 * the target.
 */
export declare enum DropPosition {
    BeforeDropTarget = 0,
    AfterDropTarget = 1
}
/**
 * @hidden
 */
export declare let DropPosition_$type: Type;
