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