import { Content } from "./ncx-content"; export declare class PageTarget { Text: string; Value: string; Type: string; PlayOrder: number; ID: string; Content: Content; }