import type { H, Token } from '../types'; import type Renderer from './index'; export default function backlashInToken(this: Renderer, h: H, backlashes: string, outerClass: string, start: number, token: Token): import("snabbdom").VNode[];