import { Component } from '../../types';
export declare const siteContextComponent: (context: string) => Component;
