import * as React from "react";
export default function textFromChildren(children: React.ReactNode): string;
