import { IRenderComponent } from '../types';
export default function rendererFactory(): IRenderComponent;
