import React from 'react';
import { HomePageProps } from './HomePage.types';
/**
 * An example home page layout constructed from the structures and components defined in the
 * design system. The actual page layout is defined within the front end app and may be
 * out of step with this example.
 */
export declare const HomePage: React.FunctionComponent<HomePageProps>;
