import type { BackendFactory } from 'dnd-core';
export { getEmptyImage } from './getEmptyImage.js';
export * as NativeTypes from './NativeTypes.js';
export type { HTML5BackendContext, HTML5BackendOptions } from './types.js';
export declare const HTML5Backend: BackendFactory;