export interface IHtmlDocElements { body?: string; footer?: string; header?: string; styles?: string; title?: string; }