import { ReactNode } from 'react'; /** * Accepts any ReactNode and returns the inner text */ export declare const getInnerText: (jsx: ReactNode) => string;