import Nast from 'notajs-types/nast'; declare function renderText(node: Nast.Text, renderNext: Function): string; export default renderText; //# sourceMappingURL=text.d.ts.map