import React from 'react'; import type { RenderProps } from './propsType'; declare const Render: React.FC; export default Render;