import type { RendererFC } from 'jamis-core';
import type { AppProps } from '../types';
export declare const AppRenderer: RendererFC<AppProps>;
