export declare class PrintDocumentReadyEventArgs {
    url: string;
    handled: boolean;
    constructor(url: string);
}
