import type { FCWithImplicitChildren } from "./types"; /** * Renders a React component while also checking whether the children are a function or not * @param props Props of the component to render */ export declare const render: FCWithImplicitChildren; //# sourceMappingURL=render.d.ts.map