import { IApplication } from '@c8y/client';
import { EcosystemService } from '@c8y/ngx-components/ecosystem/shared';
import * as i0 from "@angular/core";
export declare class AddWebApplicationComponent {
    private ecosystemService;
    headerText: string;
    successText: string;
    constructor(ecosystemService: EcosystemService);
    createApplicationHandler: (f: File) => Promise<IApplication>;
    uploadApplicationHandler: (f: File, app: IApplication) => Promise<IApplication>;
    createApplication(file: File): Promise<IApplication>;
    uploadApplication(file: File, app: IApplication): Promise<IApplication>;
    static ɵfac: i0.ɵɵFactoryDeclaration<AddWebApplicationComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<AddWebApplicationComponent, "c8y-add-web-application", never, {}, {}, never, never, false, never>;
}
//# sourceMappingURL=add-web-application.component.d.ts.map