/// import { SFC, HTMLProps } from 'react'; export interface PageProps extends HTMLProps { } export declare const Page: SFC;