import { ContentType } from "../ContentType"; import { IContentType } from "../ContentType.interface"; export declare class DateContent extends ContentType implements IContentType { readonly start: string; readonly end: string; readonly timeZone: string; constructor(dateRawJson: any); toHTML(): string; } //# sourceMappingURL=DateContent.d.ts.map