/**
 * Default CSS.
 */
export const DEFAULT_CSS: string;

/**
 * Transform Markdown text to replace inline code with syntax-highlighted spans.
 *
 * @param markdown source
 */
export function transform(markdown: string): string;
