export declare class ExportDocumentReadyEventArgs {
    url: string;
    format: string;
    handled: boolean;
    windowOpenTarget: string;
    constructor(url: string, format: string, windowOpenTarget: string);
}
