import { IBaseRenderComponent } from '../types';
export default function componentRendererFactory(): IBaseRenderComponent;
