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