import { Theme } from './themes/theme.model'; export declare const highlight: (value: string, theme?: Theme) => string;