import { CSSObject } from "@emotion/serialize";
import { IHighlightTheme } from "./_types/IHighlightTheme";
/**
 * Retrieves the json css styling for a particular highlight theme
 * @param highlightTheme The highlight theme
 * @returns The css json object
 */
export declare function getHighlightThemeStyle(highlightTheme: IHighlightTheme): CSSObject;
//# sourceMappingURL=getHighlightThemeStyle.d.ts.map