/// import { HTMLProps, SFC } from 'react'; export interface PageBodyProps extends HTMLProps { fullscreen?: boolean; noScrollbars?: boolean; } export declare const PageBody: SFC;