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