import * as React from 'react'; import { RenderableProps } from './types'; export default function renderComponent(props: RenderableProps & T, name: string): React.ReactNode; //# sourceMappingURL=renderComponent.d.ts.map