import { ElementRef, type OnChanges, type OnDestroy, type SimpleChanges } from "@angular/core"; import { Uppy } from "@uppy/core"; import type { DashboardOptions } from "@uppy/dashboard"; import type { Body, Meta } from "@uppy/utils"; import { UppyAngularWrapper } from "../../utils/wrapper"; import * as i0 from "@angular/core"; export declare class DashboardComponent extends UppyAngularWrapper> implements OnDestroy, OnChanges { el: ElementRef; uppy: Uppy; props: DashboardOptions; /** 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", never, { "uppy": { "alias": "uppy"; "required": false; }; "props": { "alias": "props"; "required": false; }; }, {}, never, never, true, never>; }