export declare class PageTargetElement {
    id: string;
    type: string;
    constructor(id: string, type: string);
}
