import { TestHelper } from '@syncfusion/ej2-base/helpers/e2e';
export declare class PdfViewer extends TestHelper {
    id: string;
    wrapperFn: Function;
    constructor(id: string, wrapperFn: Function);
    selector(arg: any): any;
    getElement(): any;
}
