import { ComponentType, FC } from "react"; interface Props { render: ComponentType; } export declare const Render: FC; export {};