import type Mithril from 'mithril';
/**
 * Extract the text nodes from a virtual element.
 */
export default function extractText(vdom: Mithril.Children): string;
