import React from 'react'; import { Reflection } from '@tygen/reflector'; import { ViewSettings } from './view'; export declare function renderPage(ref: Reflection, settings: ViewSettings): React.ReactElement; export declare const PageView: any; //# sourceMappingURL=render.d.ts.map