import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { FileDropZoneProps as RemoteFileDropZoneElementProps } from '@mittwald/flow-react-components'; export type { FileDropZoneProps as RemoteFileDropZoneElementProps } from '@mittwald/flow-react-components'; export declare class RemoteFileDropZoneElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { accept: {}; className: {}; isDisabled: {}; isReadOnly: {}; multiple: {}; name: {}; }; static get remoteEvents(): { change: {}; }; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-file-drop-zone": InstanceType; } }