import { MDropEvent } from '../drag-and-drop/droppable/droppable'; import { MSortInsertPositions } from './sortable'; export interface MSortableInsertionMarkerBehavior { getInsertPosition(event: MDropEvent): MSortInsertPositions; } export declare class MSortableDefaultInsertionMarkerBehavior implements MSortableInsertionMarkerBehavior { getInsertPosition(event: MDropEvent): MSortInsertPositions; } export declare class MSortableGroupingInsertionMarkerBehavior implements MSortableInsertionMarkerBehavior { getInsertPosition(event: MDropEvent): MSortInsertPositions; } //# sourceMappingURL=insertion-behavior.d.ts.map