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