/// import { Landing } from './landing_page'; export declare const Renderer: ({ type }: { type: string; }) => JSX.Element; export { Landing };