import { DroppableConfig } from './config/configHandler'; export declare const addTempChild: (draggedElement: HTMLElement | undefined, parent: Element, ifStartDragging: boolean, droppableConfig: DroppableConfig, addingAnimationDuration?: number) => void; export declare const addTempChildOnInsert: (draggedElement: HTMLElement | undefined, ifStartDragging: boolean, droppableConfig: DroppableConfig) => void; export declare const removeTempChildrens: (droppable: HTMLElement, parent: HTMLElement, droppableGroupClass: string | null, animationDuration: number, draggedElementIsOutside?: boolean) => void; export declare const removeTempChild: (parent: HTMLElement, animationDuration: number, isAnimated?: boolean) => void;