/**
 * helper function to apply theme main background and foreground color to the document body
 * @param backgroundColor string color to be applied to the background of the document body
 * @param foregroundColor string color to be applied to the foreground of the document body
 */
export declare function applyThemeColorsToHtmlBody(backgroundColor: string, foregroundColor: string): void;
