export interface ChromeHtmlHeaderFooterP {
    'baseUrl'?: (string);
    'maxHeight'?: (number);
    'drawDividerLine'?: (boolean);
    'dividerLineColor'?: (string);
    'htmlFragment'?: (string);
    'loadStylesAndCSSFromMainHtmlDocument'?: (boolean);
    '_baseUrl'?: "baseUrl";
    '_maxHeight'?: "maxHeight";
    '_drawDividerLine'?: "drawDividerLine";
    '_dividerLineColor'?: "dividerLineColor";
    '_htmlFragment'?: "htmlFragment";
    '_loadStylesAndCSSFromMainHtmlDocument'?: "loadStylesAndCSSFromMainHtmlDocument";
}
export interface ChromeHtmlHeaderFooterP__Output {
    'baseUrl'?: (string);
    'maxHeight'?: (number);
    'drawDividerLine'?: (boolean);
    'dividerLineColor'?: (string);
    'htmlFragment'?: (string);
    'loadStylesAndCSSFromMainHtmlDocument'?: (boolean);
}
//# sourceMappingURL=ChromeHtmlHeaderFooterP.d.ts.map