/// import { Config } from '../config'; declare function SingletonPageWrapper(props: { singleton: string; config: Config; }): JSX.Element; export { SingletonPageWrapper as SingletonPage };