/// import * as React from 'react'; declare function getInnerText(node: React.ReactNode): string; export default getInnerText;