import { ElementRef, type OnChanges, type OnDestroy, type SimpleChanges } from "@angular/core"; import { Uppy } from "@uppy/core"; import type { DashboardOptions } from "@uppy/dashboard"; import Dashboard from "@uppy/dashboard"; import type { Body, Meta } from "@uppy/utils"; import { UppyAngularWrapper } from "../../utils/wrapper"; import * as i0 from "@angular/core"; export declare class DashboardModalComponent extends UppyAngularWrapper, Dashboard> implements OnDestroy, OnChanges { el: ElementRef; uppy: Uppy; props: DashboardOptions; open: boolean; /** Inserted by Angular inject() migration for backwards compatibility */ constructor(...args: unknown[]); ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration, never>; static ɵcmp: i0.ɵɵComponentDeclaration, "uppy-dashboard-modal", never, { "uppy": { "alias": "uppy"; "required": false; }; "props": { "alias": "props"; "required": false; }; "open": { "alias": "open"; "required": false; }; }, {}, never, never, true, never>; }