export default function highlightStyle(style: string, attributes: {
    [key: string]: string;
}): string;
