import { globalThis } from './polyfills'; declare class MuxUploaderDropElement extends globalThis.HTMLElement { #private; constructor(); connectedCallback(): void; disconnectedCallback(): void; attributeChangedCallback(attributeName: string, oldValue: string | null, newValue: string | null): void; static get observedAttributes(): string[]; protected _currentDragTarget?: Node; setupDragEvents(opts: AddEventListenerOptions): void; updateText(): void; } export default MuxUploaderDropElement;