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