import React from 'react'; import { Config } from '@keystatic/core'; export declare function makePage(config: Config): () => React.JSX.Element;