import { EclBaseEvent } from '../../../model'; export declare class EclFileDownloadEvent extends EclBaseEvent { href: string; constructor(href: string); } //# sourceMappingURL=ecl-file-download.event.d.ts.map