import { Content } from "./ncx-content";
import { NavLabel } from "./ncx-navlabel";
export declare class NavPoint {
    Points: NavPoint[];
    NavLabel: NavLabel;
    Content: Content;
    PlayerOrder: number;
    ID: string;
}
