import React from 'react';
import { PageMainProps } from './PageMain.types';
/**
 * A container for holding the main content of a page
 */
declare const PageMain: React.FunctionComponent<PageMainProps>;
export default PageMain;
