import { PageTarget } from "./ncx-pagetarget";
export declare class PageList {
    PageTarget: PageTarget[];
    Class: string;
    ID: string;
}
