import React from 'react';
import { MemorialPageProps } from './MemorialPage.types';
/**
 * An example memorialised 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 MemorialPage: React.FunctionComponent<MemorialPageProps>;
