import { ContentType } from "../ContentType"; import { IContentType } from "../ContentType.interface"; export declare class PageId extends ContentType implements IContentType { readonly pageId: string; constructor(jsonRaw: any); toHTML(): string; } //# sourceMappingURL=PageId.d.ts.map