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