import * as NativeTypes from './NativeTypes'; import { BackendFactory } from 'dnd-core'; export { getEmptyImage } from './getEmptyImage'; export { NativeTypes }; export declare const HTML5Backend: BackendFactory;