import * as strategies from "./strategies" export declare const defaults : { labels: string, css: { [key: string]: string }, strategies: { selection: Array> click: Array>, fold: Array> }, display: (Object) => string, async: (Function) => Promise, noOpener: boolean, draggable: boolean, dragndrop: { draggable: boolean, droppable: boolean, drag?(target: Item, event: DragEvent, ancestors: Array, neighbours: Array): void, drop?(target: Item, event: DragEvent): void, guard?(target: Item | null, event: DragEvent, inputs: Object): boolean } }