declare module 'react-element-to-jsx-string' { export default function toString(elem: JSX.Element): string; }